mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
prevent modal background scrolling
This commit is contained in:
parent
edbc3276d7
commit
c97876336a
@ -1,5 +1,10 @@
|
||||
@import '../../styles/variables';
|
||||
|
||||
// prevent background scrolling
|
||||
:global(.ReactModal__Body--open) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.modalOverlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user