diff --git a/chrome/autohide_tabstoolbar.css b/chrome/autohide_tabstoolbar.css index 9fb5d1b..a2a28f7 100644 --- a/chrome/autohide_tabstoolbar.css +++ b/chrome/autohide_tabstoolbar.css @@ -11,6 +11,11 @@ See the above repository for updates as well as full license text. */ z-index: 1; } +#navigator-toolbox:not(:hover) > #titlebar{ + -moz-window-dragging: no-drag !important; + pointer-events: none +} + :root:not([customizing]) #navigator-toolbox:hover, :root:not([customizing]) #titlebar{ margin-bottom: calc(0px - 2 * var(--tab-block-margin) - var(--tab-min-height));