diff options
Diffstat (limited to 'extension/src/index.css')
-rw-r--r-- | extension/src/index.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/src/index.css b/extension/src/index.css index b59ee20..64f3bf2 100644 --- a/extension/src/index.css +++ b/extension/src/index.css @@ -73,6 +73,8 @@ body > .folderBody { border-style: none; position: relative; animation: none; + max-height: 100%; + overflow: auto; } /* Bookmark */ |