fix: avoid overlapping site footer in print view (#72)
parent
e29fa7a327
commit
a6f5bb9d5f
|
@ -30,10 +30,6 @@
|
|||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
main {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.gdoc-toc {
|
||||
flex: none;
|
||||
|
||||
|
@ -42,4 +38,12 @@
|
|||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
display: block;
|
||||
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue