|
@@ -348,6 +348,8 @@ input[type=checkbox].indeterminate:after {
|
|
|
max-height: 100%;
|
|
|
overflow: auto;
|
|
|
position: relative;
|
|
|
+ min-width: 0;
|
|
|
+ min-height: 0;
|
|
|
}
|
|
|
.hide-modal {
|
|
|
position: fixed;
|
|
@@ -601,6 +603,8 @@ input[type=checkbox].indeterminate:after {
|
|
|
.flex-elt {
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
|
+ min-height: 0;
|
|
|
+ min-width: 0;
|
|
|
}
|
|
|
.flex.vertical {
|
|
|
flex-direction: column;
|
|
@@ -1013,6 +1017,7 @@ input[type=checkbox].indeterminate:after {
|
|
|
.hide-tabs .tab.expand {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
|
.hide-tabs.tabs-bottom > .tabs-header {
|
|
|
order: 9999;
|