Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
💄 fix video list height
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Feb 17, 2022
1 parent 5f51a08 commit 3e6de22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/list/preview/video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const Video = ({ file }: FileProps) => {
{file.name}
</Text>
</MenuButton>
<MenuList w="full" zIndex={999}>
<MenuList w="full" maxH="65vh" overflowY="auto" zIndex={999}>
{videoFiles.map((f) => (
<MenuItem key={f.name} w="full">
<Link
Expand Down

0 comments on commit 3e6de22

Please sign in to comment.