chore: fix super editor menus overflowing

This commit is contained in:
Aman Harwara
2024-01-20 20:16:26 +05:30
parent b53ae1d09b
commit 5463b7b58e
6 changed files with 16 additions and 11 deletions

View File

@@ -14,4 +14,5 @@ export const ElementIds = {
ItemLinkAutocompleteInput: 'item-link-autocomplete-input',
SearchBar: 'search-bar',
ConflictResolutionButton: 'conflict-resolution-button',
SuperEditor: 'super-editor',
} as const