fix: tool dropdown

This commit is contained in:
Barış Soner Uşaklı
2022-09-24 00:11:22 -04:00
parent 90b6d593fc
commit 1a2ad81471
2 changed files with 3 additions and 1 deletions

View File

@@ -21,7 +21,6 @@
.category-dropdown-menu {
max-height: 500px;
min-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}

View File

@@ -3,6 +3,9 @@
bottom: 10%;
right: 2rem;
z-index: $zindex-modal;
.category-dropdown-menu {
min-height: 300px;
}
}
@include media-breakpoint-up(sm) {