Refactor dropdowns to use fixed positioning

This commit is contained in:
Sascha Ißbrücker
2025-12-21 10:22:39 +01:00
parent 74ddf45632
commit 12dd1d8bc6
12 changed files with 148 additions and 107 deletions

View File

@@ -478,12 +478,6 @@ ul.bookmark-list {
border-bottom-color: transparent;
}
/* remove overflow after opening animation, otherwise tag autocomplete overlay gets cut off */
&.active:not(.activating) .bulk-edit-bar {
overflow: visible;
}
/* make sticky pagination expand to cover checkboxes to the left */
&.active .bookmark-pagination.sticky:before {