mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
chore(ibm-common): adjustment of offset for footer
This commit is contained in:
parent
a5a2c62e1e
commit
45096fa16c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ html[theme="g90"] .code-override {
|
||||||
|
|
||||||
/* Override to accommodate mandatory footer */
|
/* Override to accommodate mandatory footer */
|
||||||
.bx--header~.bx--side-nav {
|
.bx--header~.bx--side-nav {
|
||||||
height: calc(100% - 120px);
|
height: calc(100% - 100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Addig this to the layout grid fixes overstretching. */
|
/* Addig this to the layout grid fixes overstretching. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue