Fix scroll issue
parent
1ebd9173b0
commit
400b8a4bfd
|
@ -85,7 +85,7 @@ body > #react-root {
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue