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
However, this causes that open sub-menus on the left/right of the current main menu aren't visible anymore. I've tried to change it to overflow-x: visible, but it still doesn't work, since it seems that overflow-x: visible is not possible in combination with overflow-y: auto.
The text was updated successfully, but these errors were encountered:
klues
added a commit
to asterics/AsTeRICS-Grid
that referenced
this issue
Jan 27, 2025
…sn't fit screen. Still not optimal, since this solution doesn't allow scrolling in too big context menus. but "overflow-x":"hidden","overflow-y":"auto" causes submenus to be not visible at all, if main menu is too big for screen, see swisnl/jQuery-contextMenu#775
If the context menu is too big for current screen size, these CSS values are added:
overflow-x: hidden
andoverflow-y: auto
, see:https://github.com/swisnl/jQuery-contextMenu/blob/master/src/jquery.contextMenu.js#L1589
However, this causes that open sub-menus on the left/right of the current main menu aren't visible anymore. I've tried to change it to
overflow-x: visible
, but it still doesn't work, since it seems thatoverflow-x: visible
is not possible in combination withoverflow-y: auto
.The text was updated successfully, but these errors were encountered: