mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 14:44:26 +08:00
Merge pull request #7295 from sboursen-scinote/sb_SCI-10297
Show invisible dropdowns in inventory items filter flyout [SCI-10297]
This commit is contained in:
commit
e8417ef083
1 changed files with 11 additions and 1 deletions
|
@ -52,11 +52,21 @@
|
|||
min-height: 300px;
|
||||
padding: 0;
|
||||
|
||||
.dropdown-selector,
|
||||
.users-filter-dropdown {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dropdown-selector {
|
||||
.ps__rail-x,
|
||||
.ps__rail-x::after,
|
||||
.ps__rail-x::before,
|
||||
.ps__rail-y,
|
||||
.ps__rail-y::after,
|
||||
.ps__rail-y::before {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue