Browse Source

Fix casing of scrollbarwidth

pull/2053/head
jlukic 9 years ago
parent
commit
9839741220
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.less

2
src/definitions/modules/dropdown.less

@ -914,7 +914,7 @@ select.ui.dropdown {
@media all and (-ms-high-contrast:none) {
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
min-width: ~"calc(100% - "@scrollBarWidth~")";
min-width: ~"calc(100% - "@scrollbarWidth~")";
}
}
@media only screen and (max-width : @largestMobileScreen) {

Loading…
Cancel
Save