Fix colour picker/dropdown options being hidden when in a drawer

This commit is contained in:
Samuel Elliott 2018-04-26 01:08:14 +01:00
parent 22fbb7b5bd
commit d1cce95abe
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}