mirror of https://github.com/status-im/codimd.git
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
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue