mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 17:23:45 -05:00
Change visibility type for panel hiding (#864)
* change visibility method for panels * make the new visibility type opt in
This commit is contained in:
@@ -109,4 +109,8 @@ panel {
|
||||
.tabbedPanel > .title > .monaco-scrollable-element {
|
||||
flex: 0 1 auto;
|
||||
width: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.visibility.hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user