mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix(button): removed z-index
This commit is contained in:
parent
0dec90f53d
commit
cc458453d3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export type ButtonProps = Props &
|
||||||
Omit<JSX.HTMLAttributes<HTMLButtonElement>, "as">;
|
Omit<JSX.HTMLAttributes<HTMLButtonElement>, "as">;
|
||||||
|
|
||||||
export default styled.button<Props>`
|
export default styled.button<Props>`
|
||||||
z-index: 1;
|
//z-index: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
min-width: 96px;
|
min-width: 96px;
|
||||||
|
|
Loading…
Reference in a new issue