Internal
Public Access
Make mobile overlay transparent - sidebar slides over content without darkening
This commit is contained in:
+2
-2
@@ -872,12 +872,12 @@ a:hover {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
/* Mobile overlay */
|
||||
/* Mobile overlay - removed dark background, sidebar slides over content */
|
||||
.mobile-overlay {
|
||||
display: none;
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
background-color: rgba(0, 0, 0, 1);
|
||||
background-color: transparent;
|
||||
z-index: 40;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user