chore(ibm-common): adjustment of offset for footer

This commit is contained in:
Jeff Chew 2024-07-17 12:14:41 -04:00
commit 45096fa16c

View file

@ -37,7 +37,7 @@ html[theme="g90"] .code-override {
/* Override to accommodate mandatory footer */
.bx--header~.bx--side-nav {
height: calc(100% - 120px);
height: calc(100% - 100px);
}
/* Addig this to the layout grid fixes overstretching. */