You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03: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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user