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