josdejong / josdejong/jsoneditor
Render context menu and color picker absolute instead of relatively positioned
Open
feature
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Right now, the context menu and color picker cannot overflow the jsoneditor. When the editor is small, this can look like:

It would be nice if the popups can overflow the editor. This has been difficult in the past to achieve (issues with positioning in bootstrap and materialize modals), but it's probably easy to do since all browsers now support `getBoundingClientRect`.
Contributor guide
Assessment
This issue has not been assessed yet.