Skip to content

Commit

Permalink
fix rv-lightbox-dialog close button
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwahl committed Oct 28, 2022
1 parent 98111f5 commit cd5f348
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/ramp-core/src/content/styles/modules/_lightbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
box-shadow: none;

.rv-close {
left: 95%;
top: rem(0.5);
right: 7px;
position: absolute;
top: 2px;
background-color: $divider-color-light;
}

Expand Down

0 comments on commit cd5f348

Please sign in to comment.