Browse Source

Adds variable into def for scrollbar #1875 #1831

pull/1896/head
jlukic 9 years ago
parent
commit
f891852d09
1 changed files with 4 additions and 2 deletions
  1. 6
      src/definitions/modules/dropdown.less

6
src/definitions/modules/dropdown.less

@ -395,10 +395,12 @@ select.ui.dropdown {
display: none;
}
/* Scrollbar in IE */
@media all and (-ms-high-contrast:none) {
.ui.selection.dropdown .menu {
min-width: calc(100% - 15px);
}
min-width: calc(100% - @scrollbarWidth);
}
}
@media only screen and (max-width : @largestMobileScreen) {

Loading…
Cancel
Save