Closed manbearwiz closed 9 years ago
Bootstrap sets the z-index of items with the class .form-control to 2, thereby preventing the highlighting of those elements. We can use the !important flag to prevent this.
.form-control
!important
Bootstrap sets the z-index of items with the class
.form-control
to 2, thereby preventing the highlighting of those elements. We can use the!important
flag to prevent this.