fix intermittent issue with partially disappearing slides in scaled down presentations in Chrome

This commit is contained in:
hakimel 2021-11-24 13:30:20 +01:00
parent 74c0fbb6a2
commit 9e583b8df4
2 changed files with 1 additions and 5 deletions

View File

@ -771,9 +771,6 @@ $controlsArrowAngleActive: 36deg;
*********************************************/
@each $stylename in slide, linear {
.reveal.#{$stylename} section {
backface-visibility: hidden;
}
@include transition-horizontal-past(#{$stylename}) {
transform: translate(-150%, 0);
}
@ -1169,7 +1166,6 @@ $controlsArrowAngleActive: 36deg;
.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]),
.reveal>.backgrounds .slide-background[data-background-transition=slide] {
opacity: 1;
backface-visibility: hidden;
}
.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]),
.reveal>.backgrounds .slide-background.past[data-background-transition=slide] {

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long