Browse Source

Update css

Steven Silvester 7 năm trước cách đây
mục cha
commit
989b4b6330
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      packages/docregistry/style/index.css

+ 1 - 3
packages/docregistry/style/index.css

@@ -8,14 +8,12 @@
   outline: none;
   overflow: hidden;
   margin-top: -1px;
-  display: flex;
-  flex-direction: column;
 }
 
 
 .jp-MimeDocument .jp-Toolbar {
     display: block;
-    height: var(--jp-toolbar-micro-height);
+    min-height: var(--jp-toolbar-micro-height);
     background: var(--jp-toolbar-background);
     border-bottom: 1px solid var(--jp-toolbar-border-color);
     box-shadow: var(--jp-toolbar-box-shadow);