fix(button): removed z-index

pull/1049/head
trashtemp 2022-01-15 20:59:14 +01:00
parent f3b6d32dee
commit f77784e326
1 changed files with 1 additions and 1 deletions

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;