Update cardDetails.css
Bugfix, task card may overflow below the screen when maximized, making the bottom part not viewable.
Reason: Top position is set to 97px, Height of the element is set to calc(100% - 20px).
Fix: Set the height to be lower than 100% - Top position