mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
fix the scroll issue of modal dialog and wizard (#8239)
* fix the scrolling issue of dialog and wizard * revert unwanted changes
This commit is contained in:
@@ -8,12 +8,6 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 500px;
|
|
||||||
min-height: 600px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal.wide .dialogModal-body {
|
|
||||||
min-width: 800px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-message-and-page-container {
|
.dialog-message-and-page-container {
|
||||||
@@ -33,8 +27,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: auto;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogModal-hidden {
|
.dialogModal-hidden {
|
||||||
|
|||||||
@@ -8,12 +8,6 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-width: 500px;
|
|
||||||
min-height: 600px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal.wide .dialogModal-body {
|
|
||||||
min-width: 800px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-message-and-page-container {
|
.dialog-message-and-page-container {
|
||||||
@@ -33,8 +27,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: auto;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogModal-hidden {
|
.dialogModal-hidden {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hc-black .wizardNavigation-container {
|
.hc-black .wizardNavigation-container {
|
||||||
@@ -90,4 +91,4 @@
|
|||||||
|
|
||||||
.wizardNavigation-connector.invisible {
|
.wizardNavigation-connector.invisible {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user