mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-13 03:06:07 +00:00
fix note hidden
This commit is contained in:
@@ -15,10 +15,11 @@ const {
|
||||
|
||||
id,
|
||||
bg = await Astro.slots.render('bg'),
|
||||
className,
|
||||
} = Astro.props;
|
||||
---
|
||||
|
||||
<section class="relative md:-mt-[76px] not-prose" {...id ? { id } : {}}>
|
||||
<section class={"relative md:-mt-[76px] not-prose " + (className || '')} {...id ? { id } : {}}>
|
||||
<div class="absolute inset-0 pointer-events-none" aria-hidden="true">
|
||||
<slot name="bg">
|
||||
{bg ? <Fragment set:html={bg} /> : null}
|
||||
|
||||
Reference in New Issue
Block a user