Removing overscroll-y prevention on mobile

This commit is contained in:
Kris 2018-03-13 14:39:07 -04:00
parent b18fec4d5d
commit 16d43e3abc
1 changed files with 0 additions and 1 deletions

View File

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