Stop caching stupid things and causing builds to die

This commit is contained in:
Dane Everitt 2020-12-26 10:41:25 -08:00
parent c75f89889a
commit 22687bd078
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 91 additions and 113 deletions

View file

@ -94,7 +94,7 @@ class DropdownMenu extends React.PureComponent<Props, State> {
e.stopPropagation();
this.setState({ visible: false });
}}
css={tw`absolute bg-white p-2 rounded border border-neutral-700 shadow-lg text-neutral-500 min-w-48 z-50`}
css={tw`absolute bg-white p-2 rounded border border-neutral-700 shadow-lg text-neutral-500 z-50`}
>
{this.props.children}
</div>