unset will-change for every .browser-titlebar in vertical popup menubar

This fixes #418
This commit is contained in:
MrOtherGuy
2024-10-05 18:54:12 +03:00
parent 13109b6d3d
commit 4e6c1afd64

View File

@@ -60,8 +60,8 @@ See the above repository for updates as well as full license text. */
#file-menu > .menubar-text{ visibility: collapse }
#main-menubar:hover > #file-menu > .menubar-text{ visibility: visible }
.browser-titlebar,
#titlebar{
opacity: 1 !important;
will-change: unset !important;
transition: none !important;
}