mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix the tab list scroll issue (#19731)
This commit is contained in:
@@ -44,6 +44,7 @@ panel {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbedPanel .tabList .tab {
|
.tabbedPanel .tabList .tab {
|
||||||
@@ -97,6 +98,7 @@ panel {
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
min-width: 65px;
|
min-width: 65px;
|
||||||
|
flex: 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbedPanel.horizontal > .title .tabList .tab-header {
|
.tabbedPanel.horizontal > .title .tabList .tab-header {
|
||||||
|
|||||||
@@ -80,7 +80,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.designer-component .designer-tab-view {
|
.designer-component .designer-tab-view {
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user