mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 08:25:05 +01:00
Fix overview spacing for disabled auto layout (#3291)
* Fix overlap in overview when config.disableLayout === true * run gulp js after commit 9193e5cd5d6d1aa234803b753c6d032b801a8221 --------- Co-authored-by: Hakim El Hattab <hakim.elhattab@gmail.com>
This commit is contained in:
parent
7de6ccb65b
commit
dcae8a4dc9
4 changed files with 13 additions and 4 deletions
|
|
@ -471,6 +471,8 @@ Reveal.on( 'customevent', function() {
|
|||
center: true,
|
||||
hash: true,
|
||||
|
||||
// disableLayout: true,
|
||||
|
||||
// Learn about plugins: https://revealjs.com/plugins/
|
||||
plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight ]
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue