diff --git a/src/index.tsx b/src/index.tsx index 9113bd0..4094b8e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -54,6 +54,16 @@ const globalStyles = css` } } + // Hack for https://github.com/stipsan/react-spring-bottom-sheet/issues/180#issuecomment-1144537142 + reach-portal { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + z-index: 100; + } + *:focus { outline: none; }