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