perf(frontend): reduce stacking context in deck

This commit is contained in:
syuilo 2025-03-29 22:00:01 +09:00 committed by GitHub
parent df75715d29
commit d866ab12e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -226,9 +226,6 @@ html,
body {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
overscroll-behavior: none;
}
@ -241,9 +238,6 @@ body {
width: 100%;
height: 100%;
overflow: clip;
position: absolute;
top: 0;
left: 0;
}
</style>