Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 4bb6433

Browse files
committed
fix
1 parent 8b898da commit 4bb6433

File tree

3 files changed

+42
-6
lines changed

3 files changed

+42
-6
lines changed

.idea/workspace.xml

Lines changed: 38 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ html:has(#bsod) {
3131
transform: none !important;
3232
cursor: none;
3333
user-select: none;
34+
height: 100vh;
35+
box-sizing: border-box;
3436
}

src/jsMain/resources/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ html:has(#bsod) {
3131
transform: none !important;
3232
cursor: none;
3333
user-select: none;
34+
height: 100vh;
35+
box-sizing: border-box;
3436
}

0 commit comments

Comments
 (0)