forked from platypush/platypush
[UI] Make sure that a Modal
never overflows its parent.
This commit is contained in:
parent
4c5366849d
commit
170e37945e
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ $icon-margin: 0.5em;
|
||||||
|
|
||||||
.modal {
|
.modal {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
max-width: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
--width: auto;
|
--width: auto;
|
||||||
|
|
Loading…
Reference in a new issue