소스 검색

fix unscrollable description

tripeur 4 년 전
부모
커밋
3afe45e160
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/assets/css/editor-panel.css

+ 2 - 1
src/assets/css/editor-panel.css

@@ -2,7 +2,8 @@
   padding: 12px;
   max-width: 400px;
   box-shadow: 0 0 2px 2px var(--color-neutral-600);
-  height: 100%;
+  max-height: calc(100% - 5rem);
+  overflow-y: auto;
 }
 .editor-panel.planning {
   height: auto;