From 871a35a90078283ee9e5a79a00c909dd4f65d7f8 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Tue, 2 Dec 2014 22:14:53 +0100 Subject: [PATCH] Fix #4 --- css/tarteaucitron.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index 8b55908..07c1305 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -29,7 +29,7 @@ } } -@media screen and (max-width:840px) { +@media screen and (max-width:890px) { #tarteaucitron { border: 0 !important; bottom: 0 !important; @@ -112,12 +112,12 @@ left: 0; margin: 0 auto; max-height: 80%; - max-width: 860px; overflow: auto; padding: 0; position: fixed; right: 0; top: 10%; + width: 860px; z-index: 2147483647; }