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 8518eca commit f13e25cCopy full SHA for f13e25c
pages/_app.tsx
@@ -9,7 +9,7 @@ import { ToolboxTool, Tools } from "../components/nav";
9
function Toolbox({ Component, pageProps }: AppProps) {
10
return (
11
<div css={tw`bg-dark text-white`}>
12
- <div css={tw`bg-dark absolute h-full`}>
+ <div css={tw`bg-dark absolute h-full z-10`}>
13
{(
14
[
15
{
@@ -61,7 +61,7 @@ function Toolbox({ Component, pageProps }: AppProps) {
61
))}
62
</div>
63
<GlobalStyles />
64
- <div css={tw`backdrop-blur-sm z-10`}>
+ <div css={tw`backdrop-blur-sm relative z-20`}>
65
<div
66
css={tw`text-white w-full md:px-8 p-2 h-14 flex flex-row text-white md:px-12`}
67
>
0 commit comments