fix: Overlay not fullsize
This commit is contained in:
parent
aee6302f6e
commit
361bd134c9
|
@ -5,6 +5,8 @@
|
|||
#overlay {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
|
||||
opacity: 0.10;
|
||||
|
|
Loading…
Reference in New Issue