Skip to content

Commit 3940811

Browse files
committed
design: BottomNavigator, AI 버튼 z index 수정
1 parent f82db20 commit 3940811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/components/bottomNavigator/BottomNavigator.style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const bottomNavigatorContainer = cx(
77
}),
88
css({
99
display: "flex",
10-
zIndex: 1000,
10+
zIndex: 1,
1111
position: "fixed",
1212
left: "50%",
1313
bottom: 0,

client/src/features/ai/AIButton.style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { glassContainer } from "@styled-system/recipes";
44
export const glassEffect = cx(glassContainer({ border: "md" }));
55

66
export const floatingButtonContainer = css({
7-
zIndex: "50",
7+
zIndex: "1",
88
position: "fixed",
99
right: "24px",
1010
bottom: "24px",

0 commit comments

Comments
 (0)