Skip to content

Commit

Permalink
fix: avoid overlapping site footer in print view (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
i7d3v3l0p3r authored Feb 20, 2021
1 parent e29fa7a commit a6f5bb9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/sass/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
text-decoration: none !important;
}

main {
flex-direction: column-reverse;
}

.gdoc-toc {
flex: none;

Expand All @@ -42,4 +38,12 @@
width: auto;
}
}

.wrapper {
display: block;

main {
display: block;
}
}
}

0 comments on commit a6f5bb9

Please sign in to comment.