Pin the action buttons to the bottom of the scrollable dialogs (#11407)
* Let scrollable dialogs shrink to the size of the content Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net> * Pin the action buttons to the bottom of the scrollable dialogs Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net> --------- Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>pull/28217/head
parent
4a91a29d8c
commit
33ec7147d6
|
@ -58,12 +58,13 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
max-height: 100%;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CompoundDialog_content {
|
.mx_CompoundDialog_content {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 8px 32px;
|
padding: 8px 32px;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CompoundDialog_footer {
|
.mx_CompoundDialog_footer {
|
||||||
|
|
Loading…
Reference in New Issue