From 8c85a5e2f687f89e62ae465a0a6a8ef87a23c723 Mon Sep 17 00:00:00 2001 From: David Fischer Date: Tue, 1 May 2018 14:37:21 -0700 Subject: [PATCH] Remove overflow --- sass/_theme_badge.sass | 1 - 1 file changed, 1 deletion(-) diff --git a/sass/_theme_badge.sass b/sass/_theme_badge.sass index 8105cdc6..f2f04894 100644 --- a/sass/_theme_badge.sass +++ b/sass/_theme_badge.sass @@ -2,7 +2,6 @@ position: fixed bottom: 0 left: 0 - overflow-y: scroll width: $nav-desktop-width color: $section-background-color background: darken($menu-background-color, 8%)