Skip to content

Commit

Permalink
style: position fixed 속성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Jan 12, 2024
1 parent b905d48 commit 15cfb80
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/common/Button/Button.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import styled from '@emotion/styled';
export type ButtonStyle = 'choose' | 'complete';

export const CustomButton = styled.button<{ variant: ButtonStyle }>`
position: fixed;
bottom: 2rem;
width: 100%;
height: 6rem;
Expand Down

0 comments on commit 15cfb80

Please sign in to comment.