From bcf09ae4b0c7df480a13c5b0798e359f05aa1d11 Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Tue, 18 Jun 2019 15:16:42 +0300 Subject: [PATCH] css: make the logo to be always on top --- css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/styles.css b/css/styles.css index 4b28288..e378484 100644 --- a/css/styles.css +++ b/css/styles.css @@ -321,6 +321,7 @@ nav .logo { position: absolute; top: 0; left: 0; + z-index: 99 !important; } nav .selected { font-weight: bold;