aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modal/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/modal/index.scss')
-rw-r--r--ui/app/components/modal/index.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/ui/app/components/modal/index.scss b/ui/app/components/modal/index.scss
index e57156d71..2beb14633 100644
--- a/ui/app/components/modal/index.scss
+++ b/ui/app/components/modal/index.scss
@@ -8,12 +8,13 @@
flex-flow: column;
border-radius: 8px;
+ @media screen and (max-width: 575px) {
+ max-height: 450px;
+ }
+
&__content {
overflow-y: auto;
flex: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
padding: 16px 32px;
@media screen and (max-width: 575px) {
@@ -28,6 +29,7 @@
padding: 12px;
justify-content: center;
border-bottom: 1px solid #d2d8dd;
+ flex: 0 0 auto;
}
&__header-close::after {