We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce70ade commit cfe0330Copy full SHA for cfe0330
admin/src/App.tsx
@@ -122,7 +122,7 @@ export default () =>
122
return (
123
<div className="h-screen w-screen flex flex-col p-8 items-center justify-center bg-gray-50">
124
<h1 className="font-semibold text-xl pb-8">ODOBO</h1>
125
- <div className="flex flex-col items-center p-4 space-y-4 w-full overflow-y-auto bg-gray-100" style={{ maxHeight: "50vh" }}>
+ <div className="flex flex-col items-center p-4 space-y-4 w-full overflow-y-auto bg-gray-100">
126
{downloads.length > 0 &&
127
downloads.map((download) => (
128
<div className="flex justify-between w-3/4 items-center" key={download.filePath}>
0 commit comments