Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 33ec714

Browse files
authored
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 <[email protected]> * Pin the action buttons to the bottom of the scrollable dialogs Signed-off-by: Dominik Henneke <[email protected]> --------- Signed-off-by: Dominik Henneke <[email protected]>
1 parent 4a91a29 commit 33ec714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

res/css/views/dialogs/_CompoundDialog.pcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ limitations under the License.
5858
display: flex;
5959
flex-direction: column;
6060
min-height: 0;
61-
max-height: 100%;
61+
flex: 1;
6262
}
6363

6464
.mx_CompoundDialog_content {
6565
overflow: auto;
6666
padding: 8px 32px;
67+
flex: 1;
6768
}
6869

6970
.mx_CompoundDialog_footer {

0 commit comments

Comments
 (0)