From dce70383a1fb3f6124f0fcad40fc2827dab00876 Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Tue, 11 Jun 2019 21:27:52 -0600 Subject: [PATCH] fix overflow typo --- src/ui/scss/init/_gui.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/scss/init/_gui.scss b/src/ui/scss/init/_gui.scss index b16644dd7..af510b556 100644 --- a/src/ui/scss/init/_gui.scss +++ b/src/ui/scss/init/_gui.scss @@ -12,7 +12,7 @@ html { background-color: $lbry-white; font-size: 12px; height: 100%; - overflow: hidden; + overflow-x: hidden; } body {