You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a left menu hiding off screen, then when a user drags that left menu it will cover my main content.
Its all working perfectly, except that I have to leave a transparent edge of the left menu overlapping my main content (about 30% of the screen on the left). This transparent section allows the user to 'drag' the left menu into the view. The problem is that if the user tries to do a click on this transparent section, it does nothing on my main content.
So I tried touchEnabled:false which allows clicks to go through to the main content screen, but then the draggable is no longer draggable :( Is there any trick I can do, or can the module be enhanced to allow this somehow?
Thanks!!
The text was updated successfully, but these errors were encountered:
Im trying to build a left menu using draggable.
I have a left menu hiding off screen, then when a user drags that left menu it will cover my main content.
Its all working perfectly, except that I have to leave a transparent edge of the left menu overlapping my main content (about 30% of the screen on the left). This transparent section allows the user to 'drag' the left menu into the view. The problem is that if the user tries to do a click on this transparent section, it does nothing on my main content.
So I tried t
ouchEnabled:false
which allows clicks to go through to the main content screen, but then the draggable is no longer draggable :( Is there any trick I can do, or can the module be enhanced to allow this somehow?Thanks!!
The text was updated successfully, but these errors were encountered: