mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 17:25:34 +08:00
fix: virtual scroll not working on rules page (#814)
This commit is contained in:
parent
39ad73205c
commit
54c18f7d3f
@ -41,9 +41,7 @@ export const App: ParentComponent = ({ children }) => {
|
|||||||
>
|
>
|
||||||
<Header />
|
<Header />
|
||||||
|
|
||||||
<div class="flex-1 overflow-y-auto p-2 sm:p-4">
|
<div class="flex-1 overflow-y-auto p-2 sm:p-4">{children}</div>
|
||||||
<div class="pb-8">{children}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Show when={endpoint()}>
|
<Show when={endpoint()}>
|
||||||
<ProtectedResources />
|
<ProtectedResources />
|
||||||
|
Loading…
Reference in New Issue
Block a user