Skip to content

Commit f13e25c

Browse files
committed
Remove blur on firefox
1 parent 8518eca commit f13e25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/_app.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { ToolboxTool, Tools } from "../components/nav";
99
function Toolbox({ Component, pageProps }: AppProps) {
1010
return (
1111
<div css={tw`bg-dark text-white`}>
12-
<div css={tw`bg-dark absolute h-full`}>
12+
<div css={tw`bg-dark absolute h-full z-10`}>
1313
{(
1414
[
1515
{
@@ -61,7 +61,7 @@ function Toolbox({ Component, pageProps }: AppProps) {
6161
))}
6262
</div>
6363
<GlobalStyles />
64-
<div css={tw`backdrop-blur-sm z-10`}>
64+
<div css={tw`backdrop-blur-sm relative z-20`}>
6565
<div
6666
css={tw`text-white w-full md:px-8 p-2 h-14 flex flex-row text-white md:px-12`}
6767
>

0 commit comments

Comments
 (0)