switchery icon indicating copy to clipboard operation
switchery copied to clipboard

Switch Checked + Modal Bootstrap

Open raphael22 opened this issue 9 years ago • 2 comments

Hi,

got a issue with checked switch in a modal window,

computed width is "50px" not "20px" as usual.

I quick-fix it but it's not a solution

if(parseInt(window.getComputedStyle(switcher).width) - jack.offsetWidth > 20){
        jack.style.left = '20px';
}

raphael22 avatar Mar 23 '15 10:03 raphael22