commit
382ee68125
|
@ -51,6 +51,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.bd-drawer-open {
|
&.bd-drawer-open {
|
||||||
|
> .bd-drawer-contents-wrap {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
> .bd-drawer-header .bd-drawer-open-button {
|
> .bd-drawer-header .bd-drawer-open-button {
|
||||||
.bd-chevron-1 {
|
.bd-chevron-1 {
|
||||||
svg {
|
svg {
|
||||||
|
|
|
@ -67,6 +67,7 @@
|
||||||
|
|
||||||
.bd-dropdown-options {
|
.bd-dropdown-options {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 5;
|
||||||
top: calc(100% - 2.5px);
|
top: calc(100% - 2.5px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 180px;
|
max-height: 180px;
|
||||||
|
|
Loading…
Reference in New Issue