diff --git a/browser/themes/winstripe/browser/browser-aero.css b/browser/themes/winstripe/browser/browser-aero.css index b405090541de..7b86fe5a4c15 100644 --- a/browser/themes/winstripe/browser/browser-aero.css +++ b/browser/themes/winstripe/browser/browser-aero.css @@ -24,6 +24,11 @@ background: transparent; } + /* the new titlebar requires this, or content will be clipped at the top of the screen. */ + #main-window[sizemode="maximized"] { + margin-top: 8px; + } + #main-window:not(:-moz-lwtheme)[inFullscreen="true"] { -moz-appearance: none; background-color: #556;