From 879f4a19e089481b6fa7622b2072855087e38520 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 5 Apr 2023 08:58:14 +0100 Subject: [PATCH] Fix sidebar being overlapped by other elements. --- inf.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inf.css b/inf.css index 4abe5d9..6532100 100644 --- a/inf.css +++ b/inf.css @@ -3,7 +3,7 @@ /* Copyright 2022-2023 Jake Winters */ /* SPDX-License-Identifier: BSD-3-Clause-Clear */ -/* Version: 9.2.2.31 */ +/* Version: 9.2.3.32 */ /* Body */ @@ -172,6 +172,7 @@ table, th, td { padding-top: 55px; background-color: #909090; text-align: center; + z-index: 99; } .sidebar div { @@ -179,6 +180,7 @@ table, th, td { font-family: Roboto, sans-serif; font-size: 24px; display: block; + z-index: 100; } .title {