Skip to content

Commit

Permalink
Merge pull request twbs#18253 from twbs/mdo-patch-1
Browse files Browse the repository at this point in the history
Ensure proper z-indexing in input-groups
  • Loading branch information
mdo committed Nov 15, 2015
2 parents 03885dc + bed3872 commit ce58026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/input-groups.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

width: 100%;
margin-bottom: 0;

&:focus {
z-index: 3;
}
}
}

Expand Down

0 comments on commit ce58026

Please sign in to comment.