Skip to content

Commit 3eb2159

Browse files
committed
Fix slide print-pdf mode scrollbar might be visible
1 parent 62eccd4 commit 3eb2159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/css/slide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,11 +318,11 @@ html, body {
318318

319319
.print-pdf .container {
320320
position: relative;
321+
overflow-y: hidden;
321322
}
322323

323324
.print-pdf .container.hidescrollbar {
324325
right: 0;
325-
overflow-y: hidden;
326326
}
327327

328328
.print-pdf .footer {

0 commit comments

Comments
 (0)