0.0.143 routes
This commit is contained in:
@@ -4,12 +4,16 @@
|
||||
display: block;
|
||||
}
|
||||
.overlay{
|
||||
--bg: #0000009C;
|
||||
--backdrop-filter: none;
|
||||
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #0000009C;
|
||||
background: var(--bg);
|
||||
backdrop-filter: var(--backdrop-filter);
|
||||
z-index: 10000000;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user