1
0
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:
Dominik Henneke
2023-08-17 09:12:44 +02:00
committed by GitHub
parent 4a91a29d8c
commit 33ec7147d6

View File

@ -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 {