From 4d0c0356fe699f120c34031c7e68022db5ca3a90 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Mon, 11 Feb 2013 18:55:14 +0100 Subject: [PATCH] fix breakage in Chrome --- dist/style.css | 1 + style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/dist/style.css b/dist/style.css index 81f8dcc0..6fb01ecd 100644 --- a/dist/style.css +++ b/dist/style.css @@ -17,6 +17,7 @@ body { top: 0; width: 340px; bottom: 45px; + z-index: 1001; } #sidebar { diff --git a/style.css b/style.css index 0b4ea8e5..bec15a62 100644 --- a/style.css +++ b/style.css @@ -31,6 +31,7 @@ body { top: 0; width: 340px; bottom: 45px; + z-index: 1001; } #sidebar {