fix: false window style

This commit is contained in:
Yifei Zhang 2023-03-14 15:22:42 +08:00 committed by GitHub
parent e2a4b3d45c
commit 267b094e3c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.tight-container {
--window-width: 100vw;
--window-height: 100vw;
--window-height: 100vh;
@include container();