Skip to content

Commit

Permalink
fix: virtual scroll not working on rules page (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
VMatrices committed Jul 9, 2024
1 parent 39ad732 commit 54c18f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 54c18f7

Please sign in to comment.