revert to display none from visibility hidden to correct vertical centering
This commit is contained in:
		| @@ -534,7 +534,7 @@ body { | |||||||
|  |  | ||||||
| .reveal .slides>section, | .reveal .slides>section, | ||||||
| .reveal .slides>section>section { | .reveal .slides>section>section { | ||||||
| 	visibility: hidden; | 	display: none; | ||||||
| 	position: absolute; | 	position: absolute; | ||||||
| 	width: 100%; | 	width: 100%; | ||||||
|  |  | ||||||
| @@ -566,7 +566,7 @@ body { | |||||||
|  |  | ||||||
| .reveal .slides>section.present, | .reveal .slides>section.present, | ||||||
| .reveal .slides>section>section.present { | .reveal .slides>section>section.present { | ||||||
| 	visibility: visible; | 	display: block; | ||||||
| 	z-index: 11; | 	z-index: 11; | ||||||
| 	opacity: 1; | 	opacity: 1; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user