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
5 changes: 5 additions & 0 deletions .changeset/gold-bushes-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@solid-design-system/docs': patch
---

Fixed Storybook layout issue in older versions of Firefox.
7 changes: 7 additions & 0 deletions packages/docs/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
--sd-color-neutral-200: #e9e9e9;
}

/** Firefox specific styles to fix Storybook layout issue on past versions */
@supports (-moz-appearance: none) {
main > div {
height: 100%;
}
}

/* Native dialog styles for theme protection */
#theme-protection-dialog {
border: none;
Expand Down
Loading