GSMSTCSClub / GSMSTCSClub/GSMSTCSClub.github.io
Mobile navbar overflows
- Dominant language
- HTML
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
On smaller screen sizes, the user can swipe to the right and see the menu that slides in. This behavior is not intended.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to the website
2. Open devtools
3. Open responsive mode and shrink down to a viewport that is 1000px or less
4. Swipe/scroll right
**Expected behavior**
The menu should be hidden until the user clicks the hamburger icon, at which point it slides in from the right.
**Additional context**
It seems like `overflow: hidden` should be the fix here, but I have applied it to the root HTML element without success.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.