mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Bound dropdowns to dropdown container in inventory table [SCI-10109] (#7064)
This commit is contained in:
parent
9e59feeb7f
commit
e678e593ac
1 changed files with 6 additions and 0 deletions
|
@ -256,6 +256,12 @@
|
|||
.dropdown-selector-container {
|
||||
width: 150px;
|
||||
|
||||
.dropdown-container {
|
||||
left: 0 !important;
|
||||
margin: 0 !important;
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
.emoji-status {
|
||||
.emoji {
|
||||
height: 24px;
|
||||
|
|
Loading…
Reference in a new issue