-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Modal): fixed z-index for overlay and avoided blur effect due to …
…css translate.
- Loading branch information
1 parent
cabca30
commit 0d59747
Showing
5 changed files
with
64 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
packages/core/src/components/Modal/__stories__/components.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import * as React from 'react'; | ||
import { Banner, Typography, VFlex } from '../../../components'; | ||
import { Input } from '@devoinc/genesys-ui-form'; | ||
|
||
export const ModalDemoContent = ( | ||
<VFlex alignItems="stretch"> | ||
<Typography.Paragraph gutterBottom="0"> | ||
A still more glorious dawn awaits finite but unbounded Hypatia Cambrian | ||
explosion white dwarf the carbon in our apple pies. Vanquish the | ||
impossible the sky calls to us Flatland two ghostly white figures in | ||
coveralls and helmets are softly dancing are creatures of the cosmos | ||
tendrils of gossamer clouds? | ||
</Typography.Paragraph> | ||
<Banner | ||
title="Demo banner" | ||
content="A still more glorious dawn awaits finite but unbounded Hypatia Cambrian | ||
explosion white dwarf the carbon in our apple pies." | ||
/> | ||
<Input label="Demo input" id="demo-input" /> | ||
</VFlex> | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters