From d58cc4d1816a5e15f61c809dabe0b8a74b63e1d7 Mon Sep 17 00:00:00 2001 From: erfanva Date: Fri, 11 Aug 2023 15:08:34 +0330 Subject: [PATCH] Navbar z-index issue fixed. In some places, the navbar goes under page elements such as video players. --- css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/custom.css b/css/custom.css index 7d7c43f..875178d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -14,4 +14,5 @@ img[alt=profile] { width: 65%; float: center; display: block; width: 100%; /* Full width */ max-width: 720px; padding-bottom: 0.5%; + z-index: 999; }​