apply z position to slide container, rather than individual slides
This commit is contained in:
@ -627,7 +627,7 @@ body {
|
||||
/*********************************************
|
||||
* OVERVIEW
|
||||
*********************************************/
|
||||
.reveal.overview .slides {
|
||||
.reveal.overview {
|
||||
-webkit-perspective-origin: 50% 50%;
|
||||
perspective-origin: 50% 50%;
|
||||
-webkit-perspective: 700px;
|
||||
|
@ -743,11 +743,10 @@ body {
|
||||
* OVERVIEW
|
||||
*********************************************/
|
||||
|
||||
.reveal.overview .slides {
|
||||
.reveal.overview {
|
||||
perspective-origin: 50% 50%;
|
||||
perspective: 700px;
|
||||
}
|
||||
|
||||
.reveal.overview .slides section {
|
||||
height: 700px;
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user