Skip to content

Commit 36aa15f

Browse files
committed
Fix reveal fade class conflict with bootstrap tooltip css and scrollbar might show up in print mode
1 parent 9769b0c commit 36aa15f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

public/css/slide.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1818
}
1919

20+
.reveal.fade {
21+
opacity: unset;
22+
-webkit-transition: unset;
23+
transition: unset;
24+
}
25+
2026
.vimeo,
2127
.youtube {
2228
position: relative !important;
@@ -316,6 +322,7 @@ html, body {
316322

317323
.print-pdf .container.hidescrollbar {
318324
right: 0;
325+
overflow-y: hidden;
319326
}
320327

321328
.print-pdf .footer {

0 commit comments

Comments
 (0)