Skip to content

Commit

Permalink
adjust z index on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy951357 committed Jan 3, 2025
1 parent 4374a8c commit 000fdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@


<!-- Icon Bar (Sidebar - hidden on small screens) -->
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center">
<nav class="w3-sidebar w3-bar-block w3-small w3-hide-small w3-center" style="z-index: 100;">
<!-- Avatar image in top left corner -->
<img src="images/fulllogo_transparent.png" style="width:100%">
<a href="./music/chrisblaha.html" class="w3-bar-item w3-button w3-padding-large w3-black">
Expand Down

0 comments on commit 000fdcc

Please sign in to comment.