1
0
mirror of synced 2025-02-21 04:56:33 +01:00

Fix wrong height unit

This commit is contained in:
shiibe 2024-10-24 19:19:42 -04:00
parent c8ba3f099f
commit 81acfcf38a

View File

@ -6,7 +6,7 @@
.loader-container {
width: 100vw;
height: 100vw;
height: 100vh;
height: 100dvh;
position: fixed;
top: 0;