Skip to content

Commit

Permalink
Remove the old comment from overlayStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Jan 2, 2024
1 parent 84de918 commit b1e4300
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b1e4300

Please sign in to comment.