mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
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>
This commit is contained in:
parent
4a91a29d8c
commit
33ec7147d6
@ -58,12 +58,13 @@ limitations under the License.
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
max-height: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.mx_CompoundDialog_content {
|
||||
overflow: auto;
|
||||
padding: 8px 32px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.mx_CompoundDialog_footer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user