Skip to content

Commit 961ea18

Browse files
authored
Merge pull request #2922 from syedgalib/fix/dashboard-listing-action-dropdown-scroll
fix: prevent dashboard action menu scrolling
2 parents 4356dab + 5ef9c51 commit 961ea18

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

assets/src/scss/component/user-dashboard/_general.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202

203203
.directorist-listing-table {
204204
border-radius: 10px;
205+
min-height: 250px;
205206

206207
.directorist-table {
207208
display: table;
@@ -322,10 +323,12 @@
322323
}
323324
}
324325

325-
&:first-child {
326+
&:only-child{
326327
.directorist-dropdown {
327328
.directorist-dropdown-menu {
328-
transform: translateY(0);
329+
top: 100%;
330+
bottom: auto;
331+
transform: translateY(0px);
329332
}
330333
}
331334
}

0 commit comments

Comments
 (0)