hide y overflow when a modal is open

This commit is contained in:
Andrew Croce 2018-07-23 14:25:51 -04:00
parent 9f13737e8f
commit 35156f196c

View File

@ -8,6 +8,10 @@ body {
> footer { > footer {
margin-top: auto; margin-top: auto;
} }
&.modalOpen {
overflow-y: hidden;
}
} }
.global-layout { .global-layout {