Adjust zen-appcontent-wrapper styles to prevent bookmarks overflow without using overflow:hidden

This commit is contained in:
mr. M
2025-01-18 22:35:29 +01:00
parent fbfab42e8b
commit 98b64e2fad

View File

@@ -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']) {