Skip to content

Commit

Permalink
just the odd
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Nov 18, 2024
1 parent 30fb7fb commit f5db899
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ const SMALL_MODAL_STYLE = css`
padding: ${SPACING.spacing32};
width: 100%;
overflow-y: ${OVERFLOW_AUTO};
user-select: none;
@media ${RESPONSIVENESS.touchscreenMediaQuerySpecs} {
padding: ${SPACING.spacing32};
height: 100%;
overflow: ${OVERFLOW_HIDDEN};
user-select: none;
}
`
const LARGE_MODAL_STYLE = css`
height: 26.75rem;
width: 100%;
overflow-y: ${OVERFLOW_AUTO};
user-select: none;
@media ${RESPONSIVENESS.touchscreenMediaQuerySpecs} {
height: 100%;
overflow: ${OVERFLOW_HIDDEN};
user-select: none;
}
`

0 comments on commit f5db899

Please sign in to comment.