From 03b7ccaa5c152c8d7ed73374be8ad4d4d034845b Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 7 Nov 2024 12:40:42 -0500 Subject: Implement sorting and refactor --- extension/src/index.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extension/src/index.css') 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 */ -- cgit v1.2.3