hide y overflow when a modal is open
This commit is contained in:
parent
9f13737e8f
commit
35156f196c
@ -8,6 +8,10 @@ body {
|
|||||||
> footer {
|
> footer {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.modalOpen {
|
||||||
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-layout {
|
.global-layout {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user