mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-01-31 21:26:42 +00:00
parent
d2beea3b06
commit
9981889120
@ -18,7 +18,16 @@ export const WelcomeModal = ({ visible }: { visible: boolean }): JSX.Element =>
|
||||
|
||||
return (
|
||||
<>
|
||||
<Modal isOpen={isModalVisible} onDismiss={hideModal} isBlocking={false}>
|
||||
<Modal
|
||||
isOpen={isModalVisible}
|
||||
onDismiss={hideModal}
|
||||
isBlocking={false}
|
||||
styles={{
|
||||
scrollableContent: {
|
||||
minHeight: 680,
|
||||
},
|
||||
}}
|
||||
>
|
||||
<Stack className="modalContentPadding">
|
||||
<Stack horizontal>
|
||||
<Stack horizontal grow={4} horizontalAlign="end">
|
||||
|
@ -6,6 +6,13 @@ exports[`Query Copilot Welcome Modal snapshot test should render when isOpen is
|
||||
isBlocking={false}
|
||||
isOpen={true}
|
||||
onDismiss={[Function]}
|
||||
styles={
|
||||
Object {
|
||||
"scrollableContent": Object {
|
||||
"minHeight": 680,
|
||||
},
|
||||
}
|
||||
}
|
||||
>
|
||||
<Stack
|
||||
className="modalContentPadding"
|
||||
|
Loading…
x
Reference in New Issue
Block a user