From ab407a297ad55aaf96c72adfaea096bc5de78fc3 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 26 Dec 2012 11:51:22 -0800 Subject: [PATCH] Put z-index on select-list class --- static/fuzzy-finder.css | 4 ---- static/select-list.css | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/static/fuzzy-finder.css b/static/fuzzy-finder.css index cf297a948..5f3456371 100644 --- a/static/fuzzy-finder.css +++ b/static/fuzzy-finder.css @@ -1,7 +1,3 @@ -.fuzzy-finder { - z-index: 99; -} - .fuzzy-finder ol { overflow: hidden; margin-bottom: 5px; diff --git a/static/select-list.css b/static/select-list.css index a9b099bf9..7adc209ff 100644 --- a/static/select-list.css +++ b/static/select-list.css @@ -9,6 +9,7 @@ color: #eee; -webkit-box-shadow: 0 0 5px 5px #222; padding: 5px; + z-index: 99; } .select-list ol {