From 04e2d17e0da4aab68f7056e518cfb6a97b86a26f Mon Sep 17 00:00:00 2001 From: Luis Martins Date: Sun, 22 Jun 2014 19:10:38 +0100 Subject: [PATCH] Fix Modal z-index for compatibility with Modal --- lib/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.css b/lib/index.css index a8b1b6f..415ad62 100644 --- a/lib/index.css +++ b/lib/index.css @@ -27,7 +27,7 @@ top: 0; bottom: 0; width: 60%; - z-index: 101; + z-index: 1001; -webkit-transition: -webkit-transform .3s; transition: transform .3s; max-width: none; @@ -65,4 +65,4 @@ -webkit-transform: translate3d(-110%,0,0); -moz-transform: translate3d(-110%,0,0); transform: translate3d(-110%,0,0); -} \ No newline at end of file +}