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