Skip to content

Commit

Permalink
[#47] Feat CheckSignUpPage
Browse files Browse the repository at this point in the history
scroll 설정 변경
  • Loading branch information
JoGeumJu committed Jun 28, 2023
1 parent c4c4829 commit c04c440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion styles/scroll_login.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { customColor } from "../src/components/customColor";
export const ScrollLogin = createGlobalStyle`
html {
overflow: overlay;
scroll-behavior: smooth;
::-webkit-scrollbar {
width: 14px;
}
Expand Down
3 changes: 1 addition & 2 deletions styles/scroll_logout.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { customColor } from "../src/components/customColor";

export const ScrollLogout = createGlobalStyle`
html {
overflow: overlay;
scroll-behavior: smooth;
overflow:overlay;
::-webkit-scrollbar {
width: 14px;
}
Expand Down

0 comments on commit c04c440

Please sign in to comment.