소스 검색

Fix invisible scrollbar on CleanDark cards

Found that scrollbars were blending in with the card background largely due to transparency on the main board.
walster001 1 주 전
부모
커밋
8d0bf1b758
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      client/components/boards/boardColors.css

+ 1 - 0
client/components/boards/boardColors.css

@@ -2811,6 +2811,7 @@ THEME - Clean Dark
 
 .board-color-cleandark .card-details {
   background: #23232B;
+  scrollbar-color: #ffffff #2e2e39;
   border-radius: 20px;
   box-shadow: none;
 }