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; +}