fix: settings scroll parallax between text and row backgrounds

This commit is contained in:
frozenKelp
2026-06-09 20:59:52 +05:30
parent 7af69fd77c
commit 5c09cd15ad
+1
View File
@@ -140,6 +140,7 @@
.s-content-body { .s-content-body {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
transform: translateZ(0);
} }