[PR #3997] [MERGED] Fixes #3995: Navbar scroll when overflowing #12722

Closed
opened 2025-12-29 22:23:16 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3997
Author: @hSaria
Created: 1/23/2020
Status: Merged
Merged: 2/12/2020
Merged by: @jeremystretch

Base: developHead: 3995-navbar-overflow


📝 Commits (6)

  • 09faaff Fixes #3995: Navbar scroll when overflowing
  • 6ce38ff Merge branch 'develop' into 3995-navbar-overflow
  • 6ac8d41 Merge branch 'develop' into 3995-navbar-overflow
  • 21f2e0b Changed navbar scrollbar to auto
  • d0e0016 Account for header height
  • 5befa53 Merge branch 'develop' into 3995-navbar-overflow

📊 Changes

2 files changed (+13 additions, -0 deletions)

View changed files

📝 docs/release-notes/version-2.7.md (+1 -0)
📝 netbox/project-static/css/base.css (+12 -0)

📄 Description

Fixes: #3995

Added a max-height to the dropdown menus (80% of the horizontal viewport) and made them scrollable.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/3997 **Author:** [@hSaria](https://github.com/hSaria) **Created:** 1/23/2020 **Status:** ✅ Merged **Merged:** 2/12/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3995-navbar-overflow` --- ### 📝 Commits (6) - [`09faaff`](https://github.com/netbox-community/netbox/commit/09faaff8492147546d024fca676872951d8012e4) Fixes #3995: Navbar scroll when overflowing - [`6ce38ff`](https://github.com/netbox-community/netbox/commit/6ce38ffa0f64c5252c20c96b33bf4de6d283d249) Merge branch 'develop' into 3995-navbar-overflow - [`6ac8d41`](https://github.com/netbox-community/netbox/commit/6ac8d4132316b48c01198d6b443f5aaeb7b7359d) Merge branch 'develop' into 3995-navbar-overflow - [`21f2e0b`](https://github.com/netbox-community/netbox/commit/21f2e0b131776b600e7b231073441f45017704d5) Changed navbar scrollbar to auto - [`d0e0016`](https://github.com/netbox-community/netbox/commit/d0e00162ed3164ebea2c288ef51d6878b81d4105) Account for header height - [`5befa53`](https://github.com/netbox-community/netbox/commit/5befa533c63e147cd3b0469c5319f7fc2e66fcf9) Merge branch 'develop' into 3995-navbar-overflow ### 📊 Changes **2 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.7.md` (+1 -0) 📝 `netbox/project-static/css/base.css` (+12 -0) </details> ### 📄 Description ### Fixes: #3995 Added a max-height to the dropdown menus (80% of the horizontal viewport) and made them scrollable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:23:16 +01:00
adam closed this issue 2025-12-29 22:23:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12722