set min-height for contextMenu to prevent overflow in some scenarios

This commit is contained in:
MrOtherGuy
2021-06-08 17:29:42 +03:00
parent 6f791f1a98
commit 0ff9e439b8
2 changed files with 15 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ See the above repository for updates as well as full license text. */
/* This very likely only works properly on Windows10 */
/* This v2 uses transform instead of grid display which might or might not work better */
#contentAreaContextMenu{ min-height: 162px }
#context-navigation > menuitem{ max-width: 40px}
#context-forward{ transform: translate(-40px, 40px) }