Fix slide print-pdf mode scrollbar might be visible

This commit is contained in:
Wu Cheng-Han 2016-12-18 22:53:00 +08:00
parent 62eccd48e5
commit 3eb2159ded

View file

@ -318,11 +318,11 @@ html, body {
.print-pdf .container {
position: relative;
overflow-y: hidden;
}
.print-pdf .container.hidescrollbar {
right: 0;
overflow-y: hidden;
}
.print-pdf .footer {