Fix IE10 vertical slide perspective
This commit is contained in:
parent
d62093c228
commit
0f79903a10
|
@ -517,6 +517,10 @@ body {
|
|||
perspective-origin: 0px -100px;
|
||||
}
|
||||
|
||||
.reveal .slides>section {
|
||||
-ms-perspective: 600px;
|
||||
}
|
||||
|
||||
.reveal .slides>section,
|
||||
.reveal .slides>section>section {
|
||||
display: none;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue