Skip to content

Commit

Permalink
hide scrollbars; fix typo in webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
AtHeartEngineer committed Jan 30, 2023
1 parent 5ab4788 commit 9f86717
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<title>Animated Background Demo</title>
<style>
body {
overflow: hidden;
}
</style>
<script defer src="bundle.js"></script></head>

<body>
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<title>Animated Background Demo</title>
<style>
body {
overflow: hidden;
}
</style>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = {
outDir: path.resolve(__dirname, "docs"),
release: true,
target: "web",
args: "--no-typescript",
})
],
mode: 'development',
Expand Down

0 comments on commit 9f86717

Please sign in to comment.