fix: virtual scroll not working on rules page (#814)

This commit is contained in:
VMatrices 2024-07-09 21:24:16 +08:00 committed by GitHub
parent 39ad73205c
commit 54c18f7d3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 />