A photo manager for VRChat.

Fixed scroll to top button being ontop of filters menu

phaz.uk ca4e21d6 e2f4330f

verified
Changed files
+4 -1
src
+2 -1
changelog
··· 108 108 - Added close to tray toggle 109 109 - Fixed "Open in folder" not selecting files on linux 110 110 - Remove all sync stuff 111 - - Fixed scroll to top button not animating out 111 + - Fixed scroll to top button not animating out 112 + - Fixed scroll to top button being ontop of filters menu
+1
src/css/filters.css
··· 18 18 text-align: center; 19 19 box-shadow: #0005 0 0 10px; 20 20 opacity: 0; 21 + z-index: 150; 21 22 } 22 23 23 24 .filter-container > .filter-title{
+1
src/css/list.css
··· 20 20 display: flex; 21 21 justify-content: center; 22 22 align-items: center; 23 + z-index: 100; 23 24 }