Skip to content

Commit

Permalink
Fix overflow on 1080p screen (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang-Quan authored Nov 8, 2023
1 parent 5a0e451 commit 4798295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const listStyle = {
maxWidth: "100%",
position: "relative",
overflow: "auto",
maxHeight: 700,
maxHeight: 550,
cursor: "pointer",
"&::-webkit-scrollbar": {
width: "20px", // Set the width of the scrollbar
Expand Down

0 comments on commit 4798295

Please sign in to comment.