diff options
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; } |