fix: Fixed issue where conflict resolution menu was not selectable [skip e2e]

This commit is contained in:
Aman Harwara
2023-08-30 09:42:17 +05:30
parent 6e0b1a7c3f
commit 493d5e91f6

View File

@@ -205,7 +205,7 @@ const NoteConflictResolutionModal = ({
open={isSelectOpen}
togglePopover={selectStore.toggle}
anchorElement={selectAnchor}
className="!fixed z-modal border border-border py-1"
overrideZIndex="z-modal"
side="top"
align="end"
offset={4}