From 01cccc646224679f0928c1d3c6bc926b9831cf2f Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 19 Aug 2023 00:06:44 +0200 Subject: [PATCH] hotfix: panel z-index < autocomplete --- website/src/repl/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/repl/Footer.jsx b/website/src/repl/Footer.jsx index 1eaa9333..77a3efbc 100644 --- a/website/src/repl/Footer.jsx +++ b/website/src/repl/Footer.jsx @@ -79,7 +79,7 @@ export function Footer({ context }) { bottom: cx('relative', isActive ? 'h-[360px] min-h-[360px]' : ''), }; return ( -