Skip to content

Commit

Permalink
fix: vis panel layout error
Browse files Browse the repository at this point in the history
close #85
  • Loading branch information
jhk0530 committed Oct 25, 2023
1 parent 66c3554 commit bb73fd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/app/www/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
background: #FFF;
}

/* menu will hide in left when use left option*/
.dropdown-menu{
left: auto !important;
/* left: auto !important; */
right: 0 !important;
}

Expand Down

0 comments on commit bb73fd4

Please sign in to comment.