twentytwenty icon indicating copy to clipboard operation
twentytwenty copied to clipboard

Limit max right and max left [SOLVED]

Open KsCorrales opened this issue 8 years ago • 1 comments

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.

KsCorrales avatar May 26 '16 20:05 KsCorrales

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

KsCorrales avatar May 26 '16 21:05 KsCorrales