Browse Source

BugFix for sidebar

Yuki Takei 6 years ago
parent
commit
512f0015c6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/client/styles/scss/_sidebar.scss

+ 6 - 0
src/client/styles/scss/_sidebar.scss

@@ -50,6 +50,12 @@
     position: fixed;
     position: fixed;
     z-index: $zindex-fixed - 2;
     z-index: $zindex-fixed - 2;
 
 
+    // override @atlaskit/navigation-next styles
+    div[class$='-Outer'],
+    div[class$='-teprsg'] {
+      display: none;
+    }
+
     &:not(.open) {
     &:not(.open) {
       div[class$='-NavigationContainer'] {
       div[class$='-NavigationContainer'] {
         left: -#{$grw-sidebar-nav-width + $grw-sidebar-content-min-width};
         left: -#{$grw-sidebar-nav-width + $grw-sidebar-content-min-width};