fix: mobile burger menu
This commit is contained in:
@@ -2277,6 +2277,7 @@ p {
|
||||
@media (max-width: 768px) {
|
||||
.main-navigation {
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
}
|
||||
.burger-btn {
|
||||
display: inline-flex;
|
||||
@@ -2292,12 +2293,12 @@ p {
|
||||
top: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
background: linear-gradient(135deg, #1c2a38 0%, #283746 50%, #1a252f 100%);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 12px;
|
||||
padding: 0.5rem;
|
||||
gap: 0.25rem;
|
||||
z-index: 50;
|
||||
z-index: 1100;
|
||||
}
|
||||
.main-navigation.mobile-open .nav-left .nav-tab {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user