feat: Add back scrollbar

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2022-10-18 15:02:00 +02:00
parent 41c01d8af5
commit 2646afae23
4 changed files with 585 additions and 217 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/components",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"license": "MIT",
"main": "./index.umd.js",
"module": "./index.es.js",
@ -14,6 +14,7 @@
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"html-webpack-plugin": "^5.5.0",
"next": "^12",
"react": "^18",
"react-dom": "^18",