Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
sumi-0011 committed Feb 16, 2024
2 parents f084fc6 + fb36926 commit 9adcec4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ button {
}
}

textarea:focus,
button:focus,
input:focus,
a {
outline: none;
}

* {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* 버튼 클릭시 나오는 하이라이트 제거 */
-webkit-touch-callout: none; /* 링크를 오래 눌렀을때 액션 막기*/
Expand Down
2 changes: 1 addition & 1 deletion src/components/SnackBar/SnackBarOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const snackBarOverlayCss = cva({
offset: 'appBar',
position: 'bottom',
css: {
bottom: `88px`,
bottom: `112px`,
},
},
{
Expand Down

0 comments on commit 9adcec4

Please sign in to comment.