fix: hide DOM overflow

This commit is contained in:
cha0s 2024-07-12 00:00:27 -05:00
parent 34cd695a80
commit 375b83f366

View File

@ -3,6 +3,7 @@
flex-direction: column;
height: calc(100% / var(--scale));
left: 0;
overflow: hidden;
position: absolute;
top: 0;
transform: scale(var(--scale));