fix(web): hide mobile backdrop on desktop
This commit is contained in:
@@ -235,6 +235,10 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.nav-backdrop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dock-icon {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
@@ -2121,6 +2125,7 @@
|
||||
}
|
||||
|
||||
.nav-backdrop {
|
||||
display: block;
|
||||
position: fixed;
|
||||
inset: 58px 0 32px;
|
||||
z-index: 19;
|
||||
|
||||
Reference in New Issue
Block a user