From d59a653e5393782a45d3af493149aa66c35c69a6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 22 Oct 2017 16:57:01 +0300 Subject: www: z-index for header --- juick-www/src/main/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 9ebb24e9..2a888b90 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -87,6 +87,7 @@ body > header { position: fixed; top: 0; width: 100%; + z-index: 10; } body > header a { color: #069; -- cgit v1.2.3