From 41e003708fb3cbd8fc9985447d267381ce8c6a26 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 16 Sep 2025 06:02:21 +0300 Subject: [PATCH] bookmarks below content: PersonalToolbar needs position: fixed Because navigator-toolbox has position: relative --- chrome/bookmarks_below_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/bookmarks_below_content.css b/chrome/bookmarks_below_content.css index 8c92394..ea40f87 100644 --- a/chrome/bookmarks_below_content.css +++ b/chrome/bookmarks_below_content.css @@ -17,7 +17,7 @@ See the above repository for updates as well as full license text. */ border-bottom: none; } #PersonalToolbar{ - position: absolute; + position: fixed; bottom: 0; width: 100%; }