2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #18253 from twbs/mdo-patch-1

Ensure proper z-indexing in input-groups
This commit is contained in:
Mark Otto
2015-11-14 20:27:31 -08:00
+4
View File
@@ -29,6 +29,10 @@
width: 100%;
margin-bottom: 0;
&:focus {
z-index: 3;
}
}
}