Mobile: white space/padding on right side of viewport #65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On mobile viewports there is a white gap on the right side. Fixed by adding overflow-x:hidden to html and body in src/global.css to clip horizontal overflow from absolute/fixed elements.