mirror of
https://github.com/sendevia/website.git
synced 2026-03-05 23:32:45 +08:00
refactor(navbar): adjust z-index values for improved layering
This commit is contained in:
@@ -57,6 +57,7 @@ nav {
|
||||
transition: background-color var(--md-sys-motion-spring-default-effect-duration) var(--md-sys-motion-spring-default-effect);
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
z-index: 999;
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
@@ -230,7 +231,6 @@ nav {
|
||||
width: 100%;
|
||||
|
||||
overflow-y: hidden;
|
||||
z-index: 5;
|
||||
|
||||
.fab {
|
||||
display: none;
|
||||
@@ -272,7 +272,6 @@ nav {
|
||||
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
z-index: 3;
|
||||
|
||||
.destinations {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user