From b19a6873647fc5fa1a74dbcb21a77972a2ceb419 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 30 Jun 2015 13:28:47 -0400 Subject: [PATCH] Fix scrollbar width in IE --- src/definitions/modules/dropdown.less | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index e1e2abcab..17f0769d6 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -412,6 +412,7 @@ select.ui.dropdown { outline: none; margin: 0px -@menuBorderWidth; min-width: @menuMinWidth; + width: @menuMinWidth; border-radius: @selectionMenuBorderRadius; box-shadow: @selectionMenuBoxShadow; @@ -430,13 +431,6 @@ select.ui.dropdown { padding: @selectionMessagePadding; } -/* Scrollbar in IE */ -@media all and (-ms-high-contrast:none) { - .ui.selection.dropdown .menu { - min-width: ~"calc(100% - "@scrollbarWidth~")"; - } -} - @media only screen and (max-width : @largestMobileScreen) { .ui.selection.dropdown .menu { max-height: @selectionMobileMaxMenuHeight;