Browse Source

maximized card is now always visible

Martin Filser 1 year ago
parent
commit
05df419a46
1 changed files with 2 additions and 3 deletions
  1. 2 3
      client/components/cards/cardDetails.css

+ 2 - 3
client/components/cards/cardDetails.css

@@ -270,9 +270,8 @@
     box-shadow: 0 0 7px 0 #b3b3b3;
     transition: flex-basis 0.1s;
     box-sizing: border-box;
-    position: absolute;
-    top: 0;
-    left: 0;
+    top: 97px;
+    left: 0px;
     height: calc(100% - 20px);
     width: calc(100% - 20px);
     float: left;