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; }