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 10
10
< meta name ="twitter:image " content ="https://angular.carbondesignsystem.com/carbon.jpg ">
11
11
< meta name ="twitter:card " content ="summary_large_image ">
12
12
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
+
13
23
<!-- Storybook override -->
14
24
< script >
15
25
document . title = "Carbon Components Angular" ;
26
36
send_page_view : false
27
37
} ) ;
28
38
</ 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