File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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" ;
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 >
You can’t perform that action at this time.
0 commit comments