1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

CSS update for dropdown

This commit is contained in:
Daniel Sheppard
2024-02-09 16:36:13 -06:00
parent 50557c0f9d
commit 03f67f373f

View File

@ -28,3 +28,9 @@ span.color-label {
visibility: hidden;
opacity: 0;
}
// Override column filter form dropdown
.column-filter {
position: static;
display: inline;
}