abhikmitra / ng-joyride

Angular Joyride Directive for creating custom introductions to websites
126 stars 68 forks source link

fix(style): ensure form highlighting #45

Closed manbearwiz closed 9 years ago

manbearwiz commented 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.