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 {
|
.print-pdf .container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.print-pdf .container.hidescrollbar {
|
.print-pdf .container.hidescrollbar {
|
||||||
right: 0;
|
right: 0;
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.print-pdf .footer {
|
.print-pdf .footer {
|
||||||
|
|
Loading…
Add table
Reference in a new issue