修复BUG,inputGroup formControl样式z-Index为2,设置3覆盖掉此控件

This commit is contained in:
Argo-Lenovo 2016-11-10 09:40:05 +08:00
parent e6b286ed61
commit 2a124ed817
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
position: absolute;
width: auto;
padding-right: 20px;
z-index: 2;
z-index: 5;
}
#main-content {