2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #13066: Add z-index to the form control feedback icons so input groups don't render on top of them

This commit is contained in:
Mark Otto
2014-03-24 20:07:54 -07:00
parent b4f4c7b16f
commit acf5707323
9 changed files with 9 additions and 6 deletions
+1
View File
@@ -292,6 +292,7 @@ input[type="checkbox"],
position: absolute;
top: (@line-height-computed + 5); // Height of the `label` and its margin
right: 0;
z-index: 2; // Ensure icon is above input groups
display: block;
width: @input-height-base;
height: @input-height-base;