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

Commit af53bd5

Browse files
revert(#8): position fixed gives better results cross browsers
1 parent fa8fd86 commit af53bd5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
:host {
2-
position: absolute;
3-
top: 0;
4-
bottom: 0;
5-
}
6-
71
div.deckgo-deck {
82
display: flex;
93

10-
height: 100%;
4+
position: fixed;
5+
top: 0;
6+
bottom: 0;
117

128
--transformX: 0px;
139
--transformXDuration: 0ms;

0 commit comments

Comments
 (0)