Removed perfect scrollbar

This commit is contained in:
Ceferino Patino 2022-03-12 19:31:35 -06:00
commit f2f962a37e
3 changed files with 36 additions and 855 deletions

View file

@ -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>
<!--