mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
correct defaults for min-height, thanks @sebastianz #985
This commit is contained in:
parent
136d279361
commit
1f5369a43e
2 changed files with 6 additions and 6 deletions
|
|
@ -423,7 +423,7 @@ body {
|
|||
.reveal.center,
|
||||
.reveal.center .slides,
|
||||
.reveal.center .slides section {
|
||||
min-height: auto !important;
|
||||
min-height: 0 !important;
|
||||
}
|
||||
|
||||
/* Don't allow interaction with invisible slides */
|
||||
|
|
@ -584,7 +584,7 @@ body {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
.reveal.center.cube .slides section {
|
||||
min-height: auto;
|
||||
min-height: 0;
|
||||
}
|
||||
.reveal.cube .slides section:not(.stack):before {
|
||||
content: '';
|
||||
|
|
@ -837,7 +837,7 @@ body {
|
|||
opacity: 1 !important;
|
||||
position: relative !important;
|
||||
height: auto;
|
||||
min-height: auto;
|
||||
min-height: 0;
|
||||
top: 0;
|
||||
left: -50%;
|
||||
margin: 70px 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue