Skip to content

Commit 856bdd3

Browse files
committed
Make sure plan picker shows over split-pane splitter
1 parent 16aa18a commit 856bdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/account/plan-picker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const PlanPickerModal = styled.dialog`
2424
right: auto;
2525
2626
transform: translate(-50%, -50%);
27-
z-index: 99;
27+
z-index: 9999;
2828
2929
display: flex;
3030
flex-direction: row;

0 commit comments

Comments
 (0)