Skip to content

Commit 9adcec4

Browse files
committed
Merge branch 'develop' into release
2 parents f084fc6 + fb36926 commit 9adcec4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/app/globals.css

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ button {
2525
}
2626
}
2727

28+
textarea:focus,
29+
button:focus,
30+
input:focus,
31+
a {
32+
outline: none;
33+
}
34+
2835
* {
2936
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* 버튼 클릭시 나오는 하이라이트 제거 */
3037
-webkit-touch-callout: none; /* 링크를 오래 눌렀을때 액션 막기*/

src/components/SnackBar/SnackBarOverlay.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const snackBarOverlayCss = cva({
6767
offset: 'appBar',
6868
position: 'bottom',
6969
css: {
70-
bottom: `88px`,
70+
bottom: `112px`,
7171
},
7272
},
7373
{

0 commit comments

Comments
 (0)