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

Commit 20b164e

Browse files
fix: absolute is better suited than fixed if deckdeckgo is included in a not full screen page on Safari
1 parent 7312e28 commit 20b164e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/deck/deckdeckgo-deck/deckdeckgo-deck.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
div.deckgo-deck {
22
display: flex;
33

4-
position: fixed;
4+
position: absolute;
55
top: 0;
66
bottom: 0;
77

@@ -19,7 +19,7 @@ div.deckgo-deck {
1919
}
2020

2121
div.deckgo-pager {
22-
position: fixed;
22+
position: absolute;
2323
bottom: 0;
2424
left: 0;
2525
}

0 commit comments

Comments
 (0)