Skip to content

Commit fb13846

Browse files
authored
chore: remove old scroll patch for firefox (#2018)
1 parent f18ac09 commit fb13846

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

docs/.vuepress/theme/components/Page.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
</div>
1717

1818
<Analytics />
19-
<ScrollPatch />
2019

2120
<slot name="bottom" />
2221
</main>
@@ -29,7 +28,6 @@ import PageNav from '@parent-theme/components/PageNav.vue'
2928
import Feedback from './Feedback.vue'
3029
import LegacyCallout from './LegacyCallout.vue'
3130
import Analytics from './Analytics.vue'
32-
import ScrollPatch from './ScrollPatch.vue'
3331
3432
export default {
3533
name: 'Page',
@@ -38,8 +36,7 @@ export default {
3836
PageNav,
3937
Feedback,
4038
LegacyCallout,
41-
Analytics,
42-
ScrollPatch
39+
Analytics
4340
},
4441
props: ['sidebarItems'],
4542
computed: {

docs/.vuepress/theme/components/ScrollPatch.vue

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)