[PR #20967] [MERGED] Fixes #20966: Fix broken optgroup stickiness in ObjectType multiselect #16101

Closed
opened 2025-12-30 00:25:48 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20967
Author: @jnovinger
Created: 12/11/2025
Status: Merged
Merged: 12/12/2025
Merged by: @bctiemann

Base: mainHead: 20966-remove-stick-scroll


📝 Commits (1)

  • a06c12c Fixes #20966: Fix broken optgroup stickiness in ObjectType multiselect

📊 Changes

2 files changed (+1 additions, -2 deletions)

View changed files

📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/styles/transitional/_forms.scss (+0 -1)

📄 Description

Fixes: #20966

Removes position: sticky CSS rule for select[multiple] > optgroup that should not have shipped in #20759.


🔄 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/20967 **Author:** [@jnovinger](https://github.com/jnovinger) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `main` ← **Head:** `20966-remove-stick-scroll` --- ### 📝 Commits (1) - [`a06c12c`](https://github.com/netbox-community/netbox/commit/a06c12c6b87205de7201444137dc3b961c45ca2b) Fixes #20966: Fix broken optgroup stickiness in ObjectType multiselect ### 📊 Changes **2 files changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/styles/transitional/_forms.scss` (+0 -1) </details> ### 📄 Description ### Fixes: #20966 Removes `position: sticky` CSS rule for `select[multiple] > optgroup` that should not have shipped in #20759. --- <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-30 00:25:48 +01:00
adam closed this issue 2025-12-30 00:25:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#16101