A photo manager for VRChat.
1.photo-list{
2 width: 100%;
3 height: 100%;
4 position: fixed;
5 top: 0;
6 left: 0;
7 overflow: hidden;
8}
9
10.scroll-to-top{
11 position: fixed;
12 bottom: 10px;
13 right: 10px;
14 color: white;
15 width: 40px;
16 height: 40px;
17 cursor: pointer;
18 border-radius: 50%;
19 border: 2px solid white;
20 display: flex;
21 justify-content: center;
22 align-items: center;
23 z-index: 100;
24}