Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added compliance footer to v11 #15680

Merged
merged 2 commits into from Feb 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions packages/react/.storybook/manager-head.html
Expand Up @@ -27,6 +27,18 @@
content="https://media.github.ibm.com/user/1679/files/aa651000-7749-11eb-900e-eeb9312ed756" />
<meta name="twitter:site" content="@_carbondesign" />

<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 Down Expand Up @@ -72,6 +84,13 @@
display: none;
}

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

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