From 305a3e8b85ac27f6b77491074a6b6aef2444af10 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 11 Oct 2021 20:36:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A2=9E=E5=8A=A0zindex:-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/routes/Entry/index.tsx | 2 +- web/tailwind.config.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/routes/Entry/index.tsx b/web/src/routes/Entry/index.tsx index f8c68faf..408ed67a 100644 --- a/web/src/routes/Entry/index.tsx +++ b/web/src/routes/Entry/index.tsx @@ -25,7 +25,7 @@ export const EntryRoute = React.memo(() => { -
+
); }); diff --git a/web/tailwind.config.js b/web/tailwind.config.js index fc3fcdb7..3cf0d6fb 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -89,6 +89,9 @@ module.exports = { transitionProperty: { width: 'width', }, + zIndex: { + '-1': '-1', + }, }, }, variants: {