jquery - Bootstrap Elements inactive in mobile -
i have bunch of elements on page visible breakpoint, when dimensions within tablet or mobile size want able display content modals.
ok, have managed show buttons needed modal on smaller screens, expand screen, content has residual elements modal functionality, such fade , modal.
plus when close modal element: display: none, problem, , if decrease again fade effect still there.
is there anyway of enabling modal effect when within breakpoints?
you need responsive utilities , utilise .visible-xs
or .hidden-xs
in class tags of modal. see here:
Comments
Post a Comment