diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-07 12:40:42 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-07 12:40:42 -0500 |
commit | 03b7ccaa5c152c8d7ed73374be8ad4d4d034845b (patch) | |
tree | 7ce20a5749018fbe82c85ee1bd7c2a5c5083eb4b /extension/src/index.css | |
parent | 958ab3cd5edad8b48a3fa49e0f151b3285abdbfa (diff) | |
download | bookmarks-home-03b7ccaa5c152c8d7ed73374be8ad4d4d034845b.tar.gz bookmarks-home-03b7ccaa5c152c8d7ed73374be8ad4d4d034845b.tar.bz2 bookmarks-home-03b7ccaa5c152c8d7ed73374be8ad4d4d034845b.zip |
Implement sorting and refactor
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 */ |