From a9ad3a56ad52d84efa1f8eec12ea50d627e06503 Mon Sep 17 00:00:00 2001 From: Roipoussiere Date: Fri, 9 Jun 2023 14:30:20 +0200 Subject: [PATCH] autocomplete: avoid tabs overlapping --- packages/react/src/components/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/react/src/components/style.css b/packages/react/src/components/style.css index 6d5d0805..d61c6619 100644 --- a/packages/react/src/components/style.css +++ b/packages/react/src/components/style.css @@ -24,3 +24,7 @@ .cm-theme-light { width: 100%; } + +footer { + z-index: 0 !important; +}