1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

html scroll fix

This commit is contained in:
codecalm
2020-01-16 01:00:01 +01:00
parent 98b0893866
commit e80faafefb

View File

@@ -5,7 +5,7 @@ html {
} }
body { body {
height: 100%; min-height: 100%;
overflow-y: scroll; overflow-y: scroll;
letter-spacing: $body-letter-spacing; letter-spacing: $body-letter-spacing;
touch-action: manipulation; touch-action: manipulation;