We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e9441 commit 4f9b2ceCopy full SHA for 4f9b2ce
app/src/organisms/ErrorRecoveryFlows/shared/RecoveryInterventionModal.tsx
@@ -58,6 +58,7 @@ const SMALL_MODAL_STYLE = css`
58
padding: ${SPACING.spacing32};
59
width: 100%;
60
overflow-y: ${OVERFLOW_AUTO};
61
+ user-select: none;
62
63
@media ${RESPONSIVENESS.touchscreenMediaQuerySpecs} {
64
@@ -69,6 +70,7 @@ const LARGE_MODAL_STYLE = css`
69
70
height: 26.75rem;
71
72
73
74
75
76
height: 100%;
0 commit comments