forked from abner/for-legacy-web
fix(button): removed z-index
parent
0dec90f53d
commit
cc458453d3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue