Skip to content

Commit

Permalink
fix: prioritize keyboard zindex to modal zindex (#1762)
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Blanchard <[email protected]>
  • Loading branch information
blanchco and Cole Blanchard authored Aug 24, 2023
1 parent 2bb1a08 commit 2afc804
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -940,5 +940,6 @@ $petri-inputBox: var(--surface-0);
--overlayMenuShadowHover: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.3);
--node-header: #7b8498;
--node-header-hover: var(--text-color-subdued);
--z-index-modal: 1000
--z-index-modal: 1000;
--keyboard-zindex: calc(var(--z-index-modal) + 100);
}

0 comments on commit 2afc804

Please sign in to comment.