Browse Source

Fixes #20966: Fix broken optgroup stickiness in ObjectType multiselect

Jason Novinger 2 months ago
parent
commit
a06c12c6b8

File diff suppressed because it is too large
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 0 - 1
netbox/project-static/styles/transitional/_forms.scss

@@ -36,7 +36,6 @@ form.object-edit {
 // Make optgroup labels sticky when scrolling through select elements
 select[multiple] {
   optgroup {
-    position: sticky;
     top: 0;
     background-color: var(--bs-body-bg);
     font-style: normal;

Some files were not shown because too many files changed in this diff