diff --git a/packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseRects.css b/packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseRects.css index ba862051d95..bfc53d8b848 100644 --- a/packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseRects.css +++ b/packages/react-devtools-shared/src/devtools/views/SuspenseTab/SuspenseRects.css @@ -19,11 +19,6 @@ .SuspenseRectsBoundaryChildren { pointer-events: none; - /** - * So that the shadow of Boundaries within is clipped off. - * Otherwise it would look like this boundary is further elevated. - */ - overflow: hidden; } .SuspenseRectsScaledRect[data-visible='false'] > .SuspenseRectsBoundaryChildren {