소스 검색

Merge pull request #5455 from walster001/main

Fix ModernDark Cards not showing correctly.
Lauri Ojansivu 1 년 전
부모
커밋
2b04cef50b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      client/components/boards/boardColors.css

+ 2 - 2
client/components/boards/boardColors.css

@@ -1919,8 +1919,8 @@
 }
 @media screen and (min-width: 801px) {
   .board-color-moderndark .card-details {
-    position: absolute;
-    top: 30px;
+    position: fixed;
+    top: 82px;
     left: calc(50% - 384px);
     width: 768px;
     max-height: calc(100% - 60px);