1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 14:52:22 +04:00

remove overflow scroll from body

This commit is contained in:
codecalm
2023-03-16 23:02:59 +01:00
parent 734633200a
commit 97ef912df0
-1
View File
@@ -1,6 +1,5 @@
// stylelint-disable property-no-vendor-prefix
body {
overflow-y: scroll;
letter-spacing: $body-letter-spacing;
touch-action: manipulation;
text-rendering: optimizeLegibility;