We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4356dab + 5ef9c51 commit 961ea18Copy full SHA for 961ea18
1 file changed
assets/src/scss/component/user-dashboard/_general.scss
@@ -202,6 +202,7 @@
202
203
.directorist-listing-table {
204
border-radius: 10px;
205
+ min-height: 250px;
206
207
.directorist-table {
208
display: table;
@@ -322,10 +323,12 @@
322
323
}
324
325
- &:first-child {
326
+ &:only-child{
327
.directorist-dropdown {
328
.directorist-dropdown-menu {
- transform: translateY(0);
329
+ top: 100%;
330
+ bottom: auto;
331
+ transform: translateY(0px);
332
333
334
0 commit comments