mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
Width of lookup field dropdown list decreasing while clicking on scroll buttons in dropdown list (IE10) #PL-5988
This commit is contained in:
parent
55be0ab977
commit
e282cce263
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user