Skip to content

Commit

Permalink
Merge pull request #26 from theguy951357/musicianpage
Browse files Browse the repository at this point in the history
adjust z index on large screens
  • Loading branch information
theguy951357 authored Jan 3, 2025
2 parents eba96fc + 000fdcc commit 51e7ddf
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 51e7ddf

Please sign in to comment.