2
0
Эх сурвалжийг харах

Try to fix card open position.

Thanks to xet7 !

Fixes #4572
Lauri Ojansivu 2 жил өмнө
parent
commit
f258d8d517

+ 8 - 1
client/components/cards/cardDetails.css

@@ -84,7 +84,7 @@
   overflow-x: hidden;
   overflow-x: hidden;
   background: #f7f7f7;
   background: #f7f7f7;
   border-radius: bottom 3px;
   border-radius: bottom 3px;
-  z-index: 20;
+  z-index: 30;
   animation: flexGrowIn 0.1s;
   animation: flexGrowIn 0.1s;
   box-shadow: 0 0 7px 0 #b3b3b3;
   box-shadow: 0 0 7px 0 #b3b3b3;
   transition: flex-basis 0.1s;
   transition: flex-basis 0.1s;
@@ -245,6 +245,13 @@
   padding-top: 10px;
   padding-top: 10px;
 }
 }
 @media screen and (min-width: 801px) {
 @media screen and (min-width: 801px) {
+  .card-details {
+    top: 0px;
+    left: 400px;
+    width: 47%;
+    position: absolute;
+    resize: both;
+  }
   .card-details-maximized {
   .card-details-maximized {
     padding: 0;
     padding: 0;
     flex-shrink: 0;
     flex-shrink: 0;