Open ketan-10 opened 3 years ago
Relevant Issues Fixes #2056
Checklist
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
overflow-x: hidden
html
overflow: hidden
body
Relevant Issues
Fixes #2056
Checklist
Description of PR
Due to
overflow-x: hidden
set onhtml
,overflow: hidden
applied onbody
got rejected.So moved the
overflow-x: hidden
to body from html ref