Removed perfect scrollbar
This commit is contained in:
parent
64154d1bf5
commit
f2f962a37e
3 changed files with 36 additions and 855 deletions
|
|
@ -9,15 +9,7 @@
|
|||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
/>
|
||||
<style>
|
||||
#container {
|
||||
position: relative;
|
||||
width: 600px;
|
||||
height: 400px;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="css/perfect-scrollbar.css" />
|
||||
<script src="dist/perfect-scrollbar.js"></script>
|
||||
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
|
|
@ -37,7 +29,7 @@
|
|||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<script>
|
||||
new PerfectScrollbar('#container');
|
||||
const ps = new PerfectScrollbar('root');
|
||||
</script>
|
||||
<div id="root"></div>
|
||||
<!--
|
||||
|
|
|
|||
872
package-lock.json
generated
872
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -7,7 +7,7 @@
|
|||
"client": "npm start --prefix client",
|
||||
"server": "npm start --prefix server",
|
||||
"build": "npm run build --prefix client",
|
||||
"dev": "npm run build && npm run server",
|
||||
"test": "npm run build && npm run server",
|
||||
"install-all": "npm i && npm i --prefix client && npm i --prefix server",
|
||||
"audit-all": "npm audit fix && npm audit fix --prefix client && npm audit fix --prefix server"
|
||||
},
|
||||
|
|
@ -18,8 +18,7 @@
|
|||
"create-react-app": "^5.0.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"express-generator": "^4.2.0",
|
||||
"js-cookie": "^3.0.1",
|
||||
"sqlite3": "^4.2.0"
|
||||
"js-cookie": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sequelize-cli": "^6.4.1"
|
||||
|
|
|
|||
Reference in a new issue