diff --git a/client/src/styles/partials/generic/drawers.scss b/client/src/styles/partials/generic/drawers.scss index 0575e2cf..5b7dc9ba 100644 --- a/client/src/styles/partials/generic/drawers.scss +++ b/client/src/styles/partials/generic/drawers.scss @@ -51,6 +51,10 @@ } &.bd-drawer-open { + > .bd-drawer-contents-wrap { + overflow: visible; + } + > .bd-drawer-header .bd-drawer-open-button { .bd-chevron-1 { svg { diff --git a/client/src/styles/partials/generic/forms/dropdowns.scss b/client/src/styles/partials/generic/forms/dropdowns.scss index 7bf7b2c1..2b244e40 100644 --- a/client/src/styles/partials/generic/forms/dropdowns.scss +++ b/client/src/styles/partials/generic/forms/dropdowns.scss @@ -67,6 +67,7 @@ .bd-dropdown-options { position: absolute; + z-index: 5; top: calc(100% - 2.5px); width: 100%; max-height: 180px;