mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-19 03:42:25 -06:00
Fixes #20966: Fix broken optgroup stickiness in ObjectType multiselect
This commit is contained in:
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
@@ -36,7 +36,6 @@ form.object-edit {
|
|||||||
// Make optgroup labels sticky when scrolling through select elements
|
// Make optgroup labels sticky when scrolling through select elements
|
||||||
select[multiple] {
|
select[multiple] {
|
||||||
optgroup {
|
optgroup {
|
||||||
position: sticky;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
background-color: var(--bs-body-bg);
|
background-color: var(--bs-body-bg);
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
Reference in New Issue
Block a user