We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82db20 commit 3940811Copy full SHA for 3940811
client/src/components/bottomNavigator/BottomNavigator.style.ts
@@ -7,7 +7,7 @@ export const bottomNavigatorContainer = cx(
7
}),
8
css({
9
display: "flex",
10
- zIndex: 1000,
+ zIndex: 1,
11
position: "fixed",
12
left: "50%",
13
bottom: 0,
client/src/features/ai/AIButton.style.ts
@@ -4,7 +4,7 @@ import { glassContainer } from "@styled-system/recipes";
4
export const glassEffect = cx(glassContainer({ border: "md" }));
5
6
export const floatingButtonContainer = css({
- zIndex: "50",
+ zIndex: "1",
right: "24px",
bottom: "24px",
0 commit comments