Fix slide print-pdf mode scrollbar might be visible
This commit is contained in:
parent
62eccd48e5
commit
3eb2159ded
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue