Kaynağa Gözat

CSS: Remove 'overflow: visible' property from '.p-DockPanel-tabBar' class to avoid overflow tabs on one panel strip being visible beyond the boundary of another panel strip.

Cheryl Quah 5 yıl önce
ebeveyn
işleme
ffd975c8cb
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      packages/application/style/tabs.css

+ 0 - 1
packages/application/style/tabs.css

@@ -20,7 +20,6 @@
 
 .p-DockPanel-tabBar {
   border-bottom: var(--jp-border-width) solid var(--jp-border-color1);
-  overflow: visible;
   color: var(--jp-ui-font-color1);
   font-size: var(--jp-ui-font-size1);
 }