Sfoglia il codice sorgente

Merge pull request #20967 from netbox-community/20966-remove-stick-scroll

Fixes #20966: Fix broken optgroup stickiness in ObjectType multiselect
bctiemann 5 mesi fa
parent
commit
ce3738572c

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