mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +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 />
|
||||
|
||||
<div class="flex-1 overflow-y-auto p-2 sm:p-4">
|
||||
<div class="pb-8">{children}</div>
|
||||
</div>
|
||||
<div class="flex-1 overflow-y-auto p-2 sm:p-4">{children}</div>
|
||||
|
||||
<Show when={endpoint()}>
|
||||
<ProtectedResources />
|
||||
|
Loading…
Reference in New Issue
Block a user