diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-12 00:19:19 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-12 00:19:19 -0500 |
commit | 8bc3ecc712043fef3867b45abed1fbcea8b0224b (patch) | |
tree | fd11ae27e93aaaff98c3b3eb4f325913129cd6bc /styles/main.css | |
parent | 79a18d745750962a6ef2c61272039a9c89875c9a (diff) |
Inactive widgets
Diffstat (limited to 'styles/main.css')
-rw-r--r-- | styles/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |