jchristman / react-context-menus

A library to make context menus very easy for React.
http://jchristman.github.io/react-context-menus/
MIT License
11 stars 2 forks source link

Context Menu resizes as the target resizes #5

Closed MonkeyJumps closed 6 years ago

MonkeyJumps commented 6 years ago

I have thumbnails that i have applied a context menu on. When I toggle the img element size the context menu scales to match the img reduction. I think the context menu should keep size and only resize because of screen viewport.

jchristman commented 6 years ago

Do you have screenshots of this? I’m not quite sure what you mean...

MonkeyJumps commented 6 years ago

sm thumbs

image

lg thumbs

image

MonkeyJumps commented 6 years ago

Sorry the style was being overridden. This was my fault.