Skip to content

Commit

Permalink
feat(dropdown): add scrolling support for simple variant
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de authored and Sean committed May 7, 2019
1 parent ff6ba2d commit 9c8f18f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,13 @@ select.ui.dropdown {
display: block;
}

/* Scrolling */
.ui.simple.scrolling.active.dropdown > .menu,
.ui.simple.scrolling.dropdown:hover > .menu {
overflow-x: hidden;
overflow-y: auto;
}

/*--------------
Fluid
---------------*/
Expand Down

0 comments on commit 9c8f18f

Please sign in to comment.