fix: settings modal scroll layer will-change

This commit is contained in:
frozenKelp
2026-06-09 21:45:39 +05:30
parent 5c09cd15ad
commit 04631d93ef
+1 -1
View File
@@ -140,7 +140,7 @@
.s-content-body { .s-content-body {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
transform: translateZ(0); will-change: transform;
} }