covid19india-react
covid19india-react copied to clipboard
Move `overflow-x: hidden` from `html` to `body` fixes #2056
Relevant Issues
Fixes #2056
Checklist
- [x] Compiles and passes lint tests
- [x] Properly formatted
- [x] Tested on desktop
- [x] Tested on phone
Description of PR
Due to overflow-x: hidden
set on html
, overflow: hidden
applied on body
got rejected.
So moved the overflow-x: hidden
to body from html ref
Before | After |
---|---|
![]() |
![]() |