twentytwenty
twentytwenty copied to clipboard
Limit max right and max left [SOLVED]
how can i limit for not cut the circle handle,
i try with overflow visible but handle becomes visible with top and button bars, overflow-x:visible not works.
Solved:
i use overflow:visible on twentytwenty container, the handle becomes visible totaly, but with css, i use
.twentytwenty-wrapper.twentytwenty-horizontal{ overflow-y:hidden; margin-top:10%; }
for hide the bars