diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index 673f433..d9dd447 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -130,4 +130,9 @@ See the above repository for updates as well as full license text. */ .tab-context-line{ order: 2; margin-inline: 10px !important; +} +#titlebar{ + will-change: unset !important; + transition: none !important; + opacity: 1 !important; } \ No newline at end of file