diff --git a/src/browser/base/content/zen-styles/zen-browser-ui.css b/src/browser/base/content/zen-styles/zen-browser-ui.css index b3760b53d..e03c5d954 100644 --- a/src/browser/base/content/zen-styles/zen-browser-ui.css +++ b/src/browser/base/content/zen-styles/zen-browser-ui.css @@ -123,8 +123,11 @@ } #zen-appcontent-wrapper { - max-width: 100%; z-index: 1; + /* Use this trick to prevent bookmarks from overflowing the window, + * without using overflow: hidden. + */ + min-width: 1px; } :root:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar']) {