fix the tab list scroll issue (#19731)

This commit is contained in:
Alan Ren
2022-06-15 10:15:14 -07:00
committed by GitHub
parent 6ab09d9b1b
commit 909c56ffe3
2 changed files with 3 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ panel {
white-space: nowrap;
flex: 1;
height: 100%;
overflow: auto;
}
.tabbedPanel .tabList .tab {
@@ -97,6 +98,7 @@ panel {
padding-left: 5px;
padding-right: 5px;
min-width: 65px;
flex: 0 0;
}
.tabbedPanel.horizontal > .title .tabList .tab-header {