Skip to content

Commit 5d2fed7

Browse files
committed
fix: add position fixed to html element
1 parent d0c67c7 commit 5d2fed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/theme/TOC/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function TOCWrapper(props) {
2121
{/* <AdsContainerElement id="right-sidebar-ads" /> */}
2222
<ins
2323
className="adsbygoogle"
24-
style={{ display: 'block' }}
24+
style={{ display: 'block', position: 'fixed' }}
2525
data-ad-client="ca-pub-7420210265158247"
2626
data-ad-slot="8711379942"
2727
data-ad-format="auto"

0 commit comments

Comments
 (0)