Skip to content

Commit

Permalink
Merge pull request #6492 from cquah/issue-3986
Browse files Browse the repository at this point in the history
CSS: Remove 'overflow: visible' property from '.p-DockPanel-tabBar' class.
  • Loading branch information
blink1073 committed Jun 6, 2019
2 parents 1b25d01 + ffd975c commit 2842940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/application/style/tabs.css
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 2842940

Please sign in to comment.