fix(button): removed z-index

This commit is contained in:
trashtemp 2022-01-15 20:59:14 +01:00
parent 0dec90f53d
commit cc458453d3
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -14,7 +14,7 @@ export type ButtonProps = Props &
Omit<JSX.HTMLAttributes<HTMLButtonElement>, "as">;
export default styled.button<Props>`
z-index: 1;
//z-index: 1;
display: flex;
height: 38px;
min-width: 96px;