We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41a6f0 commit 377a30aCopy full SHA for 377a30a
src/components/CrowdFund/donors.tsx
@@ -36,8 +36,9 @@ export const DonorsList: FunctionComponent<Props> = ({ campaign }) => {
36
<li
37
style={{
38
...style,
39
+ position: 'static',
40
top: Number(style.top) + GUTTER_SIZE / 2,
- height: Number(style.height) - GUTTER_SIZE,
41
+ height: 'unset',
42
}}
43
className="flex items-center bg-white shadow my-4 py-2 rounded-lg">
44
<div className="px-4">
0 commit comments