Fix colour picker/dropdown options being hidden when in a drawer
This commit is contained in:
parent
22fbb7b5bd
commit
d1cce95abe
|
@ -33,7 +33,6 @@
|
|||
}
|
||||
|
||||
.bd-drawer-contents-wrap {
|
||||
overflow: hidden;
|
||||
min-height: 5px;
|
||||
}
|
||||
|
||||
|
@ -50,7 +49,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.bd-animating {
|
||||
&.bd-animating,
|
||||
&:not(.bd-drawer-open) {
|
||||
> .bd-drawer-contents-wrap {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue