I'm currently attempting to design a triangle shape that prevents the inner content from overflowing while still allowing the inner content to be draggable.
So far, I have experimented with various solutions such as polygons and canvas, but none of them seem to be working effectively. It is possible that I am not approaching this problem in the correct manner.
Does anyone know of a jQuery plugin or library that could assist me in achieving this desired functionality?