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

View File

@@ -27,13 +27,13 @@ Then populate the value in there.
To start, run
```bash
docker-compose up ./server
docker-compose -f ./server/docker-compose.yml up
```
To force rebuild node modules after installing new packages
```bash
docker-compose up --build -V ./server
docker-compose -f ./server/docker-compose.yml up --build -V
```
# Known Issue