We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458788d commit d81fb7eCopy full SHA for d81fb7e
src/components/BackToTop/BackToTop.tsx
@@ -17,6 +17,7 @@ const BackToTop =() => {
17
setVisibility(false)
18
}
19
})
20
+ //document.getElementById('root').addEventListener('scroll', (e) => console.log(e.target.scrollTop))
21
22
23
return (isVisible && (
src/global.css
@@ -88,6 +88,6 @@
88
89
#root {
90
max-width: 100vw;
91
- /*overflow-x: hidden;*/
+ overflow-x: hidden;
92
93
0 commit comments