This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Root cause fix (reverted previous commit and fixed real issue); scrol…
…lbars were being added (x and y) because entire container was capped at the size of the parent contextMenu object. By setting this to 100% w/h, it allows the menu to grow appropriately. You'll notice contextMenu already was restricting with calc(~'100% - @{usedUpChrome}')... I'm not sure why it needs width and max-width set.
- Loading branch information