Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Horizontally sticky banner on mobile
Prior to this commit, when the `#content` element had horizontal overflow on mobile, the `<body>` element would become horizontally scrollable, and the banner would scroll off screen when scrolling. This commit adds `overflow-x: auto` to `#content` so that horizontal scrolling is limited to the `#content` element and the banner remains fixed in place when scrolling.
- Loading branch information