mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user