diff --git a/chrome/multi-row_tabs_below_content.css b/chrome/multi-row_tabs_below_content.css index 00cdfc0..ec6e4d2 100644 --- a/chrome/multi-row_tabs_below_content.css +++ b/chrome/multi-row_tabs_below_content.css @@ -77,7 +77,7 @@ See the above repository for updates as well as full license text. */ /* Fullscreen mode support */ #customization-container, :root:not([inFullscreen]) #content-deck, - :root:not([inFullscreen]) #browser{ + :root:not([chromehidden~="toolbar"]):not([inFullscreen]) #browser { margin-top: calc(var(--multirow-toolbar-height) + var(--multirow-top-padding) + var(--multirow-menubar-height,0px)); } :root[inFullscreen] #toolbar-menubar,