ref: Refactoring

This commit is contained in:
Maksim Eltyshev
2024-07-26 20:51:59 +02:00
parent 008c5b3fd0
commit 198518a51a
13 changed files with 52 additions and 64 deletions

View File

@@ -1,10 +1,10 @@
:global(#app) {
.wrapper {
height: 100%;
max-height: 100vh;
max-width: 100vw;
position: fixed;
width: 100%;
z-index: -1;
max-width: 100vw;
max-height: 100vh;
}
}