Skip to content

Commit

Permalink
blur swatch bg for when transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Apr 2, 2024
1 parent 4c1a517 commit 6ec2360
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/metatip/metatip.element.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@
height: 7em;
flex-direction: row;
padding: 0;
/* border-radius: var(--border-radius) var(--border-radius) 0 0;
overflow: clip; */

@media (max-width: 700px) {
flex-direction: column;
Expand All @@ -365,6 +363,7 @@
padding: 10px;
margin: 0;
cursor: copy;
backdrop-filter: blur(5px);

@media (max-width: 700px) {
width: 100%;
Expand Down

0 comments on commit 6ec2360

Please sign in to comment.