We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Chrome when inside a modal the left border of a switch can disappear depending on the width of the window.
See this jsfiddle: http://jsfiddle.net/k6aqn4fw/ Resizing the 'Result' window above 768px causes the left border of the switch to flicker in and out.
Can be fixed by adding any z-index to .bootstrap-switch, ie: .bootstrap-switch { z-index: 0; }
.bootstrap-switch { z-index: 0; }
The text was updated successfully, but these errors were encountered:
@jhartling thanks for the contribution, i will work on this.
Sorry, something went wrong.
prevent horizontal misalignment inside modal on odd page width, fixes #…
d2dd44a
…414
LostCrew
No branches or pull requests
In Chrome when inside a modal the left border of a switch can disappear depending on the width of the window.
See this jsfiddle: http://jsfiddle.net/k6aqn4fw/
Resizing the 'Result' window above 768px causes the left border of the switch to flicker in and out.
Can be fixed by adding any z-index to .bootstrap-switch, ie:
.bootstrap-switch { z-index: 0; }
The text was updated successfully, but these errors were encountered: