diff --git a/less/modules/bottom-sheet.less b/less/modules/bottom-sheet.less index 191aff3..f4ffe60 100644 --- a/less/modules/bottom-sheet.less +++ b/less/modules/bottom-sheet.less @@ -42,7 +42,7 @@ &.open { .dropdown-menu { - transform: none; + transform: none; visibility: visible; transition-delay: 0s; top: initial; @@ -53,4 +53,4 @@ background-color: rgba(0, 0, 0, .3); } } -} \ No newline at end of file +}