Skip to content

Commit

Permalink
CSS: Remove 'overflow: visible' property from '.p-DockPanel-tabBar' c…
Browse files Browse the repository at this point in the history
…lass to avoid overflow tabs on one panel strip being visible beyond the boundary of another panel strip.
  • Loading branch information
cquah committed Jun 6, 2019
1 parent f8be765 commit ffd975c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/application/style/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ffd975c

Please sign in to comment.