bookmarks below content: PersonalToolbar needs position: fixed

Because navigator-toolbox has position: relative
This commit is contained in:
MrOtherGuy
2025-09-16 06:02:21 +03:00
parent f87fcdf68c
commit 41e003708f

View File

@@ -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%;
}