Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: absolute is better suited than fixed if deckdeckgo is included i…
Browse files Browse the repository at this point in the history
…n a not full screen page on Safari
  • Loading branch information
peterpeterparker committed Nov 27, 2018
1 parent 7312e28 commit 20b164e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/deck/deckdeckgo-deck/deckdeckgo-deck.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
div.deckgo-deck {
display: flex;

position: fixed;
position: absolute;
top: 0;
bottom: 0;

Expand All @@ -19,7 +19,7 @@ div.deckgo-deck {
}

div.deckgo-pager {
position: fixed;
position: absolute;
bottom: 0;
left: 0;
}
Expand Down

0 comments on commit 20b164e

Please sign in to comment.