diff --git a/src/styles/index.ts b/src/styles/index.ts index aecef8f7ea81..fb1919b9f5d3 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -1651,7 +1651,6 @@ const styles = (theme: ThemeColors) => ({ ...positioning.pFixed, // We need to stretch the overlay to cover the sidebar and the translate animation distance. - // The overlay must also cover borderRadius of the LHP component left: isModalOnTheLeft ? 0 : -2 * variables.sideBarWidth, top: 0, bottom: 0,