Skip to content

Commit 7aa4b3a

Browse files
author
Ajit Kumar
committed
fix(sitemap generator and ui fix)
1 parent 78b0f2a commit 7aa4b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/pages/plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default async function Plugin({ id: pluginId, section = 'description' })
5151
const $description = (
5252
<article style={{ width: '100%', overflow: 'auto', zIndex: 0 }}>
5353
<AdSense name='readme' style={{ position: 'relative', zIndex: 0 }} />
54-
<p className='md' innerHTML={marked.parse(description)} style={{ zIndex: 1 }} />
54+
<p className='md' innerHTML={marked.parse(description)} style={{ zIndex: 1, position: 'relative' }} />
5555
</article>
5656
);
5757
const updateOrder = () => {

0 commit comments

Comments
 (0)