FEATURE - Prevent unnecessary refreshes with overscroll-behavior-y (#5662)
This commit is contained in:
parent
65ac80b014
commit
5f133e20f2
@ -6,6 +6,7 @@
|
||||
// Base Elements
|
||||
html {
|
||||
font-size: 15px; // Increasing overall font-size on mobile by 1px
|
||||
overscroll-behavior-y: contain;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user