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

Commit 553b37d

Browse files
feat(#8): use position absolute
1 parent 82bdb3f commit 553b37d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

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

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

812
--transformX: 0px;
913
--transformXDuration: 0ms;

0 commit comments

Comments
 (0)