1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-07 07:06:37 +02:00

reader mode supports scroll snapping, sticky pages with scroll triggers are always full height

This commit is contained in:
Hakim El Hattab
2023-09-21 13:35:49 +02:00
parent f0950ba9ae
commit e49e89a557
9 changed files with 72 additions and 48 deletions

View File

@@ -1934,6 +1934,7 @@ $notesWidthPercent: 25%;
top: 50% !important;
left: 50% !important;
opacity: 1 !important;
transform: scale(var(--slide-scale)) translate(-50%, -50%) !important;
transform-style: flat !important;
transform-origin: 0 0 !important;
}