Merge pull request #18253 from twbs/mdo-patch-1
Ensure proper z-indexing in input-groups
This commit is contained in:
commit
ce58026933
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
|
||||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
|
||||
&:focus {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue