mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 21:06:24 +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 {
|
.project-selector-container {
|
||||||
background: $color-white;
|
background: $color-white;
|
||||||
box-shadow: $modal-shadow;
|
box-shadow: $modal-shadow;
|
||||||
|
|
Loading…
Add table
Reference in a new issue