From 7658b48af8870574eebd39afbaa5c7168307327c Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Thu, 15 Jun 2017 13:32:51 +0200 Subject: [PATCH] Fix sticky scrollbar with sidebar open. This fixes a regression I introduced when I mobile optimized the sidebar. Essentially I wanted to fix scroll bleed. But the introduction of overflow hidden broke the sticky toolbars. I will revisit fixing scroll bleed in the mobile inserter, but for now this basically reverts it. --- editor/sidebar/style.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/editor/sidebar/style.scss b/editor/sidebar/style.scss index 977670368728fc..c4ba147c0046ff 100644 --- a/editor/sidebar/style.scss +++ b/editor/sidebar/style.scss @@ -47,14 +47,6 @@ } } -.editor-layout.is-sidebar-opened { - overflow: hidden; - - @include break-small() { - overflow: auto; - } -} - .editor-layout.is-sidebar-opened .editor-sidebar { /* Sidebar covers screen on mobile */ width: 100%;