Skip to content

Commit e60d6e1

Browse files
committed
try and fix anchor links
1 parent 7b397b1 commit e60d6e1

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

exampleDist/assets/index-B1KVCYZb.css

-1
This file was deleted.

exampleDist/assets/index-hIb3BM93.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

exampleDist/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>React custom scroll demo</title>
7-
<script type="module" crossorigin src="/react-custom-scroll/exampleDist/assets/index-WWF05LhT.js"></script>
8-
<link rel="stylesheet" crossorigin href="/react-custom-scroll/exampleDist/assets/index-B1KVCYZb.css">
7+
<script type="module" crossorigin src="/react-custom-scroll/exampleDist/assets/index-mLl0AgyM.js"></script>
8+
<link rel="stylesheet" crossorigin href="/react-custom-scroll/exampleDist/assets/index-hIb3BM93.css">
99
</head>
1010
<body>
1111
<div id="root"></div>

src/App.css

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
}
88

99
.app-root {
10-
max-height: calc(100vh - 70px);
1110
max-width: 900px;
1211
margin: 0 auto;
1312
padding-top: 90px;

0 commit comments

Comments
 (0)