FEATURE - Prevent unnecessary refreshes with overscroll-behavior-y (#5662)

This commit is contained in:
Varun A 2018-03-12 23:29:19 +05:30 committed by Kris
parent 65ac80b014
commit 5f133e20f2

View File

@ -6,6 +6,7 @@
// Base Elements
html {
font-size: 15px; // Increasing overall font-size on mobile by 1px
overscroll-behavior-y: contain;
}