fix: get back the styled scrollbar (#899)

* fix: make scrollbar styling work again

* chore: rm main field to prevent error

* refactor: make horizontal scrolling work

* refactor: make horizontal item width smaller

* fix: float not needed

* fix: revert the size change
This commit is contained in:
Johan Lahti
2022-08-24 10:51:33 +02:00
committed by GitHub
parent 59878886e5
commit 0743cd0e84
2 changed files with 8 additions and 9 deletions

View File

@@ -2,7 +2,6 @@
"name": "local-mashup",
"version": "1.0.0",
"description": "Simple local mashup",
"main": "index.js",
"scripts": {
"start": "parcel index.html --open --no-hmr",
"build": "parcel build index.html"