Merge pull request #156 from JsSucks/small-changes

Small changes
This commit is contained in:
Alexei Stukov 2018-03-05 06:45:40 +02:00 committed by GitHub
commit 382ee68125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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 {

View File

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