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

Commit f22b9ce

Browse files
feat(#15): add a zIndex property for the deck
1 parent d7f3c79 commit f22b9ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ div.deckgo-deck {
55
top: 0;
66
bottom: 0;
77

8+
z-index: var(--zIndex);
9+
810
--transformX: 0px;
911
--transformXDuration: 0ms;
1012

0 commit comments

Comments
 (0)