Skip to content

Commit

Permalink
fix: 배경색상 height 버그 (#443)
Browse files Browse the repository at this point in the history
* chore: 사용하지 않는 코드 제거

* fix: 배경 heigth가 잘리는 문제를 background color를 넣어 해결
  • Loading branch information
soi-ha authored Aug 21, 2024
1 parent c68101b commit a8f0af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions client/src/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export const GlobalStyle = css`
html {
height: 100%;
background-color: #f1f0f5;
}
body {
Expand Down
3 changes: 0 additions & 3 deletions client/src/pages/MainPage/Nav/Nav.style.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import {css} from '@emotion/react';
import {useTheme} from 'haengdong-design/dist/theme/HDesignProvider';

interface NavStyleProps {}

export const navStyle = css({
position: 'fixed',
Expand Down

0 comments on commit a8f0af4

Please sign in to comment.