8 lines
85 B
Svelte
8 lines
85 B
Svelte
<slot />
|
|
|
|
<style>
|
|
:global(body.reader) {
|
|
overflow: hidden !important;
|
|
}
|
|
</style>
|