Skip to content

Commit

Permalink
fix result bar on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
tizayi committed May 24, 2024
1 parent 802d1fc commit 5005270
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/results/resultsBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ export default function ResultsBar({
<Card
variant="outlined"
sx={{
height: 1,
maxHeight: "30vh",
height: "30vh",
overflow: "scroll",
flexGrow: 1,
}}
Expand Down

0 comments on commit 5005270

Please sign in to comment.