Browse Source

Try to fix card open position.

Thanks to xet7 !

Fixes #4572
Lauri Ojansivu 2 năm trước cách đây
mục cha
commit
f258d8d517
1 tập tin đã thay đổi với 8 bổ sung1 xóa
  1. 8 1
      client/components/cards/cardDetails.css

+ 8 - 1
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;