1
0
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:
Matthias Kretschmann 2019-07-09 22:55:07 +02:00
parent edbc3276d7
commit c97876336a
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -1,5 +1,10 @@
@import '../../styles/variables';
// prevent background scrolling
:global(.ReactModal__Body--open) {
overflow: hidden;
}
.modalOverlay {
position: fixed;
top: 0;