From f258d8d51784839d06b34e43ec50951603340037 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 7 Apr 2023 00:15:49 +0300 Subject: [PATCH] Try to fix card open position. Thanks to xet7 ! Fixes #4572 --- client/components/cards/cardDetails.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/components/cards/cardDetails.css b/client/components/cards/cardDetails.css index cf740d26e..0479cbb46 100644 --- a/client/components/cards/cardDetails.css +++ b/client/components/cards/cardDetails.css @@ -84,7 +84,7 @@ overflow-x: hidden; background: #f7f7f7; border-radius: bottom 3px; - z-index: 20; + z-index: 30; animation: flexGrowIn 0.1s; box-shadow: 0 0 7px 0 #b3b3b3; transition: flex-basis 0.1s; @@ -245,6 +245,13 @@ padding-top: 10px; } @media screen and (min-width: 801px) { + .card-details { + top: 0px; + left: 400px; + width: 47%; + position: absolute; + resize: both; + } .card-details-maximized { padding: 0; flex-shrink: 0;