covid19india-react icon indicating copy to clipboard operation
covid19india-react copied to clipboard

Move `overflow-x: hidden` from `html` to `body` fixes #2056

Open ketan-10 opened this issue 2 years ago • 0 comments

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
image

ketan-10 avatar Sep 04 '21 14:09 ketan-10