more style
This commit is contained in:
@@ -76,3 +76,14 @@
|
||||
cursor: pointer;
|
||||
transition: all 0.15s ease;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.nav-panel__overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
opacity: 0;
|
||||
z-index: 900;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user