fix: avoid overlapping site footer in print view (#72)

This commit is contained in:
i7d3v3l0p3r 2021-02-21 01:29:04 +03:00 committed by GitHub
parent e29fa7a327
commit a6f5bb9d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -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;
}
}
}