Fix reveal fade class conflict with bootstrap tooltip css and scrollbar might show up in print mode
This commit is contained in:
parent
9769b0c872
commit
36aa15f339
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
||||||
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reveal.fade {
|
||||||
|
opacity: unset;
|
||||||
|
-webkit-transition: unset;
|
||||||
|
transition: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.vimeo,
|
.vimeo,
|
||||||
.youtube {
|
.youtube {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
|
@ -316,6 +322,7 @@ html, body {
|
||||||
|
|
||||||
.print-pdf .container.hidescrollbar {
|
.print-pdf .container.hidescrollbar {
|
||||||
right: 0;
|
right: 0;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.print-pdf .footer {
|
.print-pdf .footer {
|
||||||
|
|
Loading…
Reference in a new issue