Browse Source

fix unscrollable description

tripeur 4 years ago
parent
commit
3afe45e160
1 changed files with 2 additions and 1 deletions
  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;