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>
|
||||
<!--
|
||||
|
|
|
|||
Reference in a new issue