Skip to content

Commit 2d30e44

Browse files
committed
Fixes typo in selection dropdown, causing it to appear incorrectly
1 parent 3cd5cee commit 2d30e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/dropdown.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@
381381

382382
.ui.selection.dropdown,
383383
.ui.selection.dropdown .menu {
384-
top: 100%;
385384
-webkit-transition: box-shadow 0.2s ease-out;
386385
-moz-transition: box-shadow 0.2s ease-out;
387386
-o-transition: box-shadow 0.2s ease-out;
@@ -390,6 +389,7 @@
390389
}
391390

392391
.ui.selection.dropdown .menu {
392+
top: 100%;
393393
max-height: 312px;
394394

395395
overflow-x: hidden;

0 commit comments

Comments
 (0)