Skip to content

Commit eb404e4

Browse files
authored
Fix background image overlap with icon bullets content (#499)
1 parent 1e5925a commit eb404e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wagtailio/static/sass/components/_icon-bullet.scss

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@use "../abstracts/mixins" as *;
2+
@use "../abstracts/variables" as *;
23

34
.icon-bullet {
45
margin-bottom: 50px;
@@ -23,6 +24,7 @@
2324
}
2425

2526
&__content {
27+
@include z-index(overlap);
2628
grid-column: 2 / span 2;
2729

2830
@include media-query(medium) {

0 commit comments

Comments
 (0)