1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-13 10:04:45 +02:00

fix scroll snapping in reader mode compact layout

This commit is contained in:
Hakim El Hattab
2023-10-25 13:08:41 +02:00
parent ff252c984f
commit e46bad392a
7 changed files with 10 additions and 13 deletions

View File

@@ -1946,10 +1946,6 @@ $notesWidthPercent: 25%;
overflow: hidden;
}
.reader-snap-point {
scroll-snap-align: start;
}
.reader-page section {
visibility: visible !important;
display: block !important;