mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-06 03:18:19 +00:00
feat: Add overflow hidden and transition to navbar container
This commit is contained in:
@@ -595,7 +595,6 @@ panelmultiview {
|
|||||||
@media (-moz-bool-pref: "zen.view.compact.hide-toolbar") {
|
@media (-moz-bool-pref: "zen.view.compact.hide-toolbar") {
|
||||||
#zen-appcontent-navbar-container {
|
#zen-appcontent-navbar-container {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
transition: .2s ease-in-out height;
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -603,6 +602,8 @@ panelmultiview {
|
|||||||
top: 0;
|
top: 0;
|
||||||
background: var(--zen-main-browser-background);
|
background: var(--zen-main-browser-background);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
transition: .2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#zen-appcontent-navbar-container:hover,
|
#zen-appcontent-navbar-container:hover,
|
||||||
|
Reference in New Issue
Block a user