From 0a07a16650bc1064e63c84f7bdd54bfd5f2f6424 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Sat, 17 Apr 2021 16:11:34 -0700 Subject: [PATCH] fix native scrolling on iOS devices --- frontend/src/styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index aad6a9f35..1458aed8c 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -50,7 +50,6 @@ $dropdown-link-active-bg: #11131f; html, body { height: 100%; - overflow-x: hidden; } body {