Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Left border disappearing when switch is inside a modal (Chrome) #414

Closed
jhartling opened this issue Jan 9, 2015 · 1 comment
Closed
Assignees
Labels
Milestone

Comments

@jhartling
Copy link

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; }

@LostCrew LostCrew self-assigned this Jan 14, 2015
@LostCrew LostCrew added this to the 4.0.0 milestone Jan 14, 2015
@LostCrew LostCrew added the bug label Jan 14, 2015
@LostCrew
Copy link
Member

@jhartling thanks for the contribution, i will work on this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants