diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index f48300f1..0369afe3 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -52,6 +52,11 @@ } .block-list { + margin: -$gap * 2; + + @include media($medium-screen) { + margin: -$gap * 4; + } .block-list__header { display: block; @@ -62,6 +67,11 @@ margin-left: $gap*3; display: flex; justify-content: space-between; + + position: absolute; + bottom: 0; + right: 0; + background: white; } }