From 2ef5bb6fe117eb913cbfd7a6c595a91e58742fb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 20 Jul 2016 14:12:30 +0200 Subject: [PATCH] Fix z-index on search --- app/static/src/sass/modules/_search.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/src/sass/modules/_search.scss b/app/static/src/sass/modules/_search.scss index 9f1578ea..82c533f5 100644 --- a/app/static/src/sass/modules/_search.scss +++ b/app/static/src/sass/modules/_search.scss @@ -6,6 +6,7 @@ $module: ".search"; top: 0; left: 0; width: 100%; + z-index: 30; background: rgba(255,255,255, .95); -- 2.39.5