Skip to content

Commit 62fc717

Browse files
authored
Merge branch 'master' into search-expandable-clear
2 parents ad563c2 + 703e6a3 commit 62fc717

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.storybook/manager-head.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
<meta name="twitter:image" content="https://angular.carbondesignsystem.com/carbon.jpg">
1111
<meta name="twitter:card" content="summary_large_image">
1212

13+
<footer>
14+
<dds-footer-container key="footer" disable-locale-button="true" size="micro" />
15+
</footer>
16+
17+
<script
18+
key="8"
19+
type="module"
20+
src="https://1.www.s81c.com/common/carbon-for-ibm-dotcom/tag/v1/latest/footer.min.js">
21+
</script>
22+
1323
<!-- Storybook override -->
1424
<script>
1525
document.title = "Carbon Components Angular";
@@ -26,3 +36,20 @@
2636
send_page_view: false
2737
});
2838
</script>
39+
40+
<style>
41+
footer {
42+
position: absolute;
43+
bottom: 0;
44+
width: 100%;
45+
z-index: 9999;
46+
}
47+
48+
#root > div {
49+
/*
50+
* Subtracting the height of the footer to prevent
51+
* overlaying the footer ontop of content
52+
*/
53+
height: calc(100vh - 48px);
54+
}
55+
</style>

0 commit comments

Comments
 (0)