Fix reveal fade class conflict with bootstrap tooltip css and scrollbar might show up in print mode

This commit is contained in:
Wu Cheng-Han 2016-12-12 10:48:57 +08:00
parent 9769b0c872
commit 36aa15f339

View file

@ -17,6 +17,12 @@
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.reveal.fade {
opacity: unset;
-webkit-transition: unset;
transition: unset;
}
.vimeo,
.youtube {
position: relative !important;
@ -316,6 +322,7 @@ html, body {
.print-pdf .container.hidescrollbar {
right: 0;
overflow-y: hidden;
}
.print-pdf .footer {