correct defaults for min-height, thanks @sebastianz #985
This commit is contained in:
		| @@ -340,7 +340,7 @@ body { | |||||||
|   opacity: 1; } |   opacity: 1; } | ||||||
|  |  | ||||||
| .reveal.center, .reveal.center .slides, .reveal.center .slides section { | .reveal.center, .reveal.center .slides, .reveal.center .slides section { | ||||||
|   min-height: auto !important; } |   min-height: 0 !important; } | ||||||
|  |  | ||||||
| /* Don't allow interaction with invisible slides */ | /* Don't allow interaction with invisible slides */ | ||||||
| .reveal .slides > section.future, .reveal .slides > section > section.future, .reveal .slides > section.past, .reveal .slides > section > section.past { | .reveal .slides > section.future, .reveal .slides > section > section.future, .reveal .slides > section.past, .reveal .slides > section > section.past { | ||||||
| @@ -464,7 +464,7 @@ body { | |||||||
|        box-sizing: border-box; } |        box-sizing: border-box; } | ||||||
|  |  | ||||||
| .reveal.center.cube .slides section { | .reveal.center.cube .slides section { | ||||||
|   min-height: auto; } |   min-height: 0; } | ||||||
|  |  | ||||||
| .reveal.cube .slides section:not(.stack):before { | .reveal.cube .slides section:not(.stack):before { | ||||||
|   content: ''; |   content: ''; | ||||||
| @@ -714,7 +714,7 @@ body { | |||||||
|   opacity: 1 !important; |   opacity: 1 !important; | ||||||
|   position: relative !important; |   position: relative !important; | ||||||
|   height: auto; |   height: auto; | ||||||
|   min-height: auto; |   min-height: 0; | ||||||
|   top: 0; |   top: 0; | ||||||
|   left: -50%; |   left: -50%; | ||||||
|   margin: 70px 0; |   margin: 70px 0; | ||||||
|   | |||||||
| @@ -423,7 +423,7 @@ body { | |||||||
| .reveal.center, | .reveal.center, | ||||||
| .reveal.center .slides, | .reveal.center .slides, | ||||||
| .reveal.center .slides section { | .reveal.center .slides section { | ||||||
| 	min-height: auto !important; | 	min-height: 0 !important; | ||||||
| } | } | ||||||
|  |  | ||||||
| /* Don't allow interaction with invisible slides */ | /* Don't allow interaction with invisible slides */ | ||||||
| @@ -584,7 +584,7 @@ body { | |||||||
| 	box-sizing: border-box; | 	box-sizing: border-box; | ||||||
| } | } | ||||||
| 	.reveal.center.cube .slides section { | 	.reveal.center.cube .slides section { | ||||||
| 		min-height: auto; | 		min-height: 0; | ||||||
| 	} | 	} | ||||||
| 	.reveal.cube .slides section:not(.stack):before { | 	.reveal.cube .slides section:not(.stack):before { | ||||||
| 		content: ''; | 		content: ''; | ||||||
| @@ -837,7 +837,7 @@ body { | |||||||
| 	opacity: 1 !important; | 	opacity: 1 !important; | ||||||
| 	position: relative !important; | 	position: relative !important; | ||||||
| 	height: auto; | 	height: auto; | ||||||
| 	min-height: auto; | 	min-height: 0; | ||||||
| 	top: 0; | 	top: 0; | ||||||
| 	left: -50%; | 	left: -50%; | ||||||
| 	margin: 70px 0; | 	margin: 70px 0; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user