mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-30 14:55:27 -04:00
Fix slide export pdf styles not applied issue and add shiv and shim for IE
This commit is contained in:
parent
a8bce53c47
commit
70d2fa388e
2 changed files with 28 additions and 4 deletions
|
@ -309,3 +309,15 @@ html, body {
|
|||
.reveal .controls {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.print-pdf .container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.print-pdf .container.hidescrollbar {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.print-pdf .footer {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue