diff --git a/packages/react/src/components/style.css b/packages/react/src/components/style.css index 6d5d08053..d61c66190 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; +}