Implementing scroll bar like Google Photos

This commit is contained in:
Alex Tran
2022-02-03 21:01:14 -06:00
parent bafc32f30a
commit 56c92cd83b
9 changed files with 115 additions and 88 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
run_server_dev:
docker-compose -f ./server/docker-compose.yml up
run_server_update:
docker-compose -f ./server/docker-compose.yml up --build -V