mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +08:00
Fix moving of dropdowns on report wizard [SCI-11016]
This commit is contained in:
parent
39717ed488
commit
cb4675c522
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue