提交 61c996d3 编写于 作者: C Catouse

* fix chosen UI.

上级 3d425429
......@@ -26,11 +26,9 @@
// @group Base //
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
display: block;
font-size: @font-size-base;
zoom: 1;
*display: inline;
user-select: none;
.chosen-drop {
position: absolute;
......@@ -477,3 +475,10 @@
opacity: 1;
}
}
// Fix multiple select height change during chosen load
select.chosen[multiple] {
height: @input-height-base;
overflow: hidden;
option {visibility: hidden;}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册