From e23b213d846b582817786f8e09ffc2807f733c37 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 27 Nov 2024 04:52:33 +0200 Subject: [PATCH] non-floating tabs: add will-change:unset for tabstoolbar as well Fixes #451 --- chrome/non_floating_sharp_tabs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index 3f1e299..5a2c28b 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -132,6 +132,7 @@ See the above repository for updates as well as full license text. */ order: 2; margin-inline: 10px !important; } +:where(#navigator-toolbox) > #TabsToolbar, #titlebar{ will-change: unset !important; transition: none !important;