feat: select session modal full screen on mobile

This commit is contained in:
Ben Warzeski
2022-09-16 15:05:17 -04:00
parent 9852cf80f7
commit f2c79d9f62
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ exports[`SelectSessionModal snapshot empty modal with leave option 1`] = `
<ModalDialog
className="p-4 px-4.5"
hasCloseButton={false}
isFullscreenOnMobile={true}
isOpen={true}
onClose={[MockFunction hooks.nullMethod]}
size="md"
@@ -47,6 +48,7 @@ exports[`SelectSessionModal snapshot modal with leave option 1`] = `
<ModalDialog
className="p-4 px-4.5"
hasCloseButton={false}
isFullscreenOnMobile={true}
isOpen={true}
onClose={[MockFunction hooks.nullMethod]}
size="md"
@@ -114,6 +116,7 @@ exports[`SelectSessionModal snapshot modal without leave option 1`] = `
<ModalDialog
className="p-4 px-4.5"
hasCloseButton={false}
isFullscreenOnMobile={true}
isOpen={true}
onClose={[MockFunction hooks.nullMethod]}
size="md"

View File

@@ -35,6 +35,7 @@ export const SelectSessionModal = () => {
isOpen={showModal}
onClose={nullMethod}
hasCloseButton={false}
isFullscreenOnMobile
size="md"
className="p-4 px-4.5"
title={header}