fix: avoid overlapping site footer in print view (#72)
This commit is contained in:
parent
e29fa7a327
commit
a6f5bb9d5f
1 changed files with 8 additions and 4 deletions
|
@ -30,10 +30,6 @@
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gdoc-toc {
|
.gdoc-toc {
|
||||||
flex: none;
|
flex: none;
|
||||||
|
|
||||||
|
@ -42,4 +38,12 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
main {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue