Fix moving of dropdowns on report wizard [SCI-11016]

This commit is contained in:
Andrej 2024-09-04 11:56:07 +02:00
parent 39717ed488
commit cb4675c522

View file

@ -250,6 +250,16 @@
}
}
// scss-lint:disable ImportantRule
.dropdown-selector-container {
.dropdown-container {
left: auto !important;
margin: auto !important;
position: absolute !important;
}
}
// scss-lint:enable ImportantRule
.project-selector-container {
background: $color-white;
box-shadow: $modal-shadow;