Skip to content

Commit

Permalink
fixed background color for FormOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
enguerranws committed Oct 1, 2024
1 parent e85ec1d commit e671cb1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.im-form-overlay {
position: absolute;
background-color: var(--background-default-grey);
background-color: color-mix(in srgb, var(--background-default-grey) 70%, transparent);
backdrop-filter: blur(5px);
background-color: rgba(255, 255, 255, 0.7);
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit e671cb1

Please sign in to comment.