Skip to content

Commit

Permalink
Merge pull request #139 from MPEGGroup/minor-styling-fixes
Browse files Browse the repository at this point in the history
Better fix for the flicker
  • Loading branch information
DenizUgur authored Sep 4, 2024
2 parents faa55b6 + 947e4cb commit b3332d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions conformance-search/src/pages/CoveragePage/CoveragePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,7 @@ export default function CoveragePage() {
/>
</div>
</div>
<div
className="flex w-full grow flex-col items-stretch gap-8 overflow-auto lg:flex-row lg:items-start"
style={{ scrollbarGutter: "stable" }}
>
<div className="flex w-full grow flex-col items-stretch gap-8 overflow-auto px-4 lg:flex-row lg:items-start lg:px-2">
<Tables results={results} />
</div>
</div>
Expand Down

0 comments on commit b3332d7

Please sign in to comment.