From 8bc3ecc712043fef3867b45abed1fbcea8b0224b Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 12 Nov 2024 00:19:19 -0500 Subject: Inactive widgets --- styles/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'styles/main.css') diff --git a/styles/main.css b/styles/main.css index 56e1c50..6f56806 100644 --- a/styles/main.css +++ b/styles/main.css @@ -28,7 +28,7 @@ user { position: fixed; right: 30px; top: 10px; - z-index: 2; + z-index: 91; } user img { @@ -46,7 +46,7 @@ nav { width:calc(100% - 20px); height:50px; background-color: gray; - z-index: 1; + z-index: 90; border-radius: 10px; box-sizing: border-box; } -- cgit v1.2.3