From e0aba9f5aec9d1bea9f1b1729d5f6022e412196c Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 17 Jan 2015 10:33:18 +0100 Subject: apply z position to slide container, rather than individual slides --- css/reveal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index 67986b6..35a048f 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -627,7 +627,7 @@ body { /********************************************* * OVERVIEW *********************************************/ -.reveal.overview .slides { +.reveal.overview { -webkit-perspective-origin: 50% 50%; perspective-origin: 50% 50%; -webkit-perspective: 700px; -- cgit v1.2.3