1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-21 15:33:07 -05:00

perf(frontend): reduce stack contexts

This commit is contained in:
syuilo 2025-03-29 20:02:51 +09:00
parent e0b7c56458
commit 1b776a7e7e

View file

@ -214,9 +214,6 @@ html,
body {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
overscroll-behavior: none;
}