Skip to content

Commit

Permalink
πŸ’„ Storybook: fix preview document height
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed May 10, 2024
1 parent 40db30a commit ad81258
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/eds-core-react/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
/>

<style>
html {
height: 100%;
}
.sb-show-main {
min-height: 100%;
}
.sbdocs.sbdocs *:not(code):not(.token) {
font-family: Equinor, sans-serif !important;
}
Expand Down

0 comments on commit ad81258

Please sign in to comment.