mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-31 09:35:39 -05:00
fix the tab list scroll issue (#19731)
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
}
|
||||
|
||||
.designer-component .designer-tab-view {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user