Browse Source

fix drawer

Yuki Takei 6 năm trước cách đây
mục cha
commit
5860ebbf87
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/client/styles/scss/_sidebar.scss

+ 2 - 1
src/client/styles/scss/_sidebar.scss

@@ -145,7 +145,6 @@
 
 // Drawer Mode
 @mixin drawer() {
-  position: fixed;
   z-index: $zindex-fixed - 2;
 
   // override @atlaskit/navigation-next styles
@@ -156,6 +155,8 @@
     }
   }
   div[data-testid='Navigation'] {
+    position: fixed;
+
     // css-xxx-Outer
     > div:nth-of-type(2) {
       display: none;