Here is my tag parent tag, "Construction," which has several child tags. The child tags are overlapping the background image, which makes sense, because it's a background image, but I'd like to have the child tags fall down to the next line if they are going to hit the background image. Is there a way to bring a background image to the foreground?
Here is the code I use to achieve the background image:
.TagTile.colored:nth-child(1) {
background-image:
url("https://metalbuildingforum.com/assets/files/2024-08-16/1723822674-879221-grouping.webp");
background-position: right;
background-repeat: no-repeat;
background-size: 20%;
background-attachment: scroll;
}
Open to any suggestions!