Skip to content

Commit

Permalink
feat: added compliance footer
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari committed Feb 2, 2024
1 parent 34ed452 commit 44762ce
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/react/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@
/>
<meta name="twitter:site" content="@_carbondesign" />

<!-- Compliance footer #15643 -->
<footer>
<dds-footer-container
key="footer"
disable-locale-button="true"
size="micro"
/>,
</footer>

<script
key="8"
type="module"
src="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/tag/v1/latest/footer.min.js"
/>

<!-- Storybook override -->
<script>
setTimeout(function () {
Expand All @@ -45,6 +60,13 @@
display: none;
}

footer {
position: absolute;
bottom: 0;
width: 100%;
z-index: 99999;
}

.simplebar-content form span {
font-weight: 600;
}
Expand Down

0 comments on commit 44762ce

Please sign in to comment.