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

Commit d930521

Browse files
feat(#54): hide actions slot on print
1 parent 3f96696 commit d930521

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/slides/deckdeckgo-slide.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ div.deckgo-slide {
6565
page-break-after: always;
6666
height: 100vh;
6767
}
68+
69+
::slotted([slot="actions"]) {
70+
display: none;
71+
}
6872
}

0 commit comments

Comments
 (0)