Skip to content

Commit

Permalink
Merge pull request #9439 from marcellamaki/pdf-fullscreen-bar-spacing
Browse files Browse the repository at this point in the history
Push PDF pages rendering below full screen bar
  • Loading branch information
rtibbles authored May 16, 2022
2 parents 83d2311 + 1c7d56e commit 2a336b2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@
height: calc(100vh - #{$top-bar-height} - #{$controls-height} + 16px);
overflow-y: hidden;
}
.pdf-container {
position: relative;
top: $controls-height;
}
.controls {
position: relative;
z-index: 0; // Hide icons with transition
Expand Down

0 comments on commit 2a336b2

Please sign in to comment.