use overflow-x-scroll to stop nav bar from operlapping on mobile dashboard #1857

Closed
opened 2026-04-05 16:36:09 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @TobiasGrether on 7/18/2023

Title of this pull request?

use overflow-x-scroll to stop nav bar from operlapping on mobile dashboard

Small Description?

On mobile, x overflow for the dashboard nav bar is not defined. Because of that, the navbar element will be extending over the screen.

Pull Request Checklist:

  • Please make sure all jobs pass before requesting a review.
  • Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).
  • Have you lint your code locally before submission?
  • Did you write tests where appropiate?

#451

Screenshots (if appropriate):

With this fix:
Screenshot 2023-07-18 at 09 26 13
Without the fix:
Screenshot 2023-07-18 at 09 26 29

*Originally created by @TobiasGrether on 7/18/2023* ### Title of this pull request? use overflow-x-scroll to stop nav bar from operlapping on mobile dashboard ### Small Description? On mobile, x overflow for the dashboard nav bar is not defined. Because of that, the navbar element will be extending over the screen. ### Pull Request Checklist: - [ ] Please make sure all jobs pass before requesting a review. - [ ] Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). - [ ] Have you lint your code locally before submission? - [ ] Did you write tests where appropiate? ### Related Issue? #451 ### Screenshots (if appropriate): With this fix: <img width="322" alt="Screenshot 2023-07-18 at 09 26 13" src="https://github.com/OneUptime/oneuptime/assets/39413320/bf8a0e8f-43e2-4419-9e45-9f2fa817593e"> Without the fix: <img width="322" alt="Screenshot 2023-07-18 at 09 26 29" src="https://github.com/OneUptime/oneuptime/assets/39413320/9ed93c1d-2d14-4eaa-b41b-2658767b404b">
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1857