Width of lookup field dropdown list decreasing while clicking on scroll buttons in dropdown list (IE10) #PL-5988

This commit is contained in:
Yuriy Artamonov 2015-09-18 14:19:01 +00:00
parent 55be0ab977
commit e282cce263

View File

@ -6,8 +6,8 @@
@mixin halo-filterselect($primary-stylename: v-filterselect) {
// todo artamonov remove after fix #PL-5226
.#{$primary-stylename}-suggestmenu {
.v-ie & {
overflow-y: visible !important;
.v-ie9 & {
// overflow-y: visible !important;
}
}