From 956802d5a5a996d710b8bff78e627059c22ae8fc Mon Sep 17 00:00:00 2001 From: muerwre Date: Fri, 2 Aug 2019 20:52:13 +0700 Subject: [PATCH] fixed dialogs again --- src/containers/dialogs/ScrollDialog/styles.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/containers/dialogs/ScrollDialog/styles.scss b/src/containers/dialogs/ScrollDialog/styles.scss index 383d36c2..d74eebc2 100644 --- a/src/containers/dialogs/ScrollDialog/styles.scss +++ b/src/containers/dialogs/ScrollDialog/styles.scss @@ -37,7 +37,7 @@ .top, .bottom { width: 100%; - height: 64px; + height: 60px; position: absolute; top: 15px; bottom: auto; @@ -63,7 +63,7 @@ } .bottom { - bottom: 15px; + bottom: 10px; top: auto; .pan { @@ -84,6 +84,7 @@ .content_wrap { padding: 0 20px; + margin-top: -$radius; } .top_sticky { @@ -101,7 +102,7 @@ .pan { background: darken($content_bg, 4%); - max-height: 64px; + max-height: 60px; } .children { @@ -120,7 +121,7 @@ position: absolute; content: " "; width: 100%; - height: $gap; + height: $radius; background: linear-gradient($content_bg, transparentize($content_bg, 1)); bottom: -$gap; }