mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-20 00:31:55 +00:00
Adjust zen-appcontent-wrapper styles to prevent bookmarks overflow without using overflow:hidden
This commit is contained in:
@@ -123,8 +123,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#zen-appcontent-wrapper {
|
#zen-appcontent-wrapper {
|
||||||
max-width: 100%;
|
|
||||||
z-index: 1;
|
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']) {
|
:root:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar']) {
|
||||||
|
Reference in New Issue
Block a user