Skip to content

Commit ce58026

Browse files
committed
Merge pull request twbs#18253 from twbs/mdo-patch-1
Ensure proper z-indexing in input-groups
2 parents 03885dc + bed3872 commit ce58026

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

less/input-groups.less

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929

3030
width: 100%;
3131
margin-bottom: 0;
32+
33+
&:focus {
34+
z-index: 3;
35+
}
3236
}
3337
}
3438

0 commit comments

Comments
 (0)