Skip to content

Commit

Permalink
fix(ds-theme): incorrect overlay box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
efx-grid committed Dec 16, 2024
1 parent cdabc2d commit 29b2c85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ds-theme/src/custom-elements/ef-overlay.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

:host {
border-radius: @comp-popover-container-radius-md;

&[with-shadow] {
box-shadow: @cont-elevation-common-level-3;
}
}

0 comments on commit 29b2c85

Please sign in to comment.