fix: Overlay not fullsize

This commit is contained in:
Emilia Allison 2022-10-02 21:43:36 -04:00
parent aee6302f6e
commit 361bd134c9
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
#overlay {
width: 100%;
height: 100vh;
top: 0;
left: 0;
position: fixed;
opacity: 0.10;