Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .storybook/storybook.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@
.docs-story div[scale="1"] {
transform: none !important;
}

.stacks-on-stacks {
z-index: 100;
}
7 changes: 7 additions & 0 deletions .storybook/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ manually copy them here.
--theme-color-ui-accent-text: var(--theme-color-ui-accent-bg);
--theme-color-switch-bg: var(--theme-color-ui-accent-bg);

--z-index-below: -1;
--z-index-above: 1;
--z-index-portal: 2;
--z-index-draggable: 3;
--z-index-modal: 4;
--z-index-max: 5;

&.dark {
--theme-color-body-bg: oklch(0.21 0.006 285.885);
--theme-color-body-border: oklch(0.141 0.005 285.823);
Expand Down
4 changes: 0 additions & 4 deletions resources/js/stories/docs/Modal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import * as ModalStories from '../Modal.stories';
# Modal
Display content in a layer above the main page. Ideal for confirmations, alerts, and forms.

Docs coming soon.

{/* Todo
<Canvas of={ModalStories._DocsIntro} sourceState={'shown'} />

## Title
Expand All @@ -29,4 +26,3 @@ You can use a custom footer by using the `#footer` slot.

## Arguments
<ArgTypes of={ModalStories} />
*/}