block background image settings

This commit is contained in:
2026-01-02 20:21:33 +00:00
parent 7200e572e0
commit 17a8807a87
9 changed files with 248 additions and 37 deletions

View File

@@ -0,0 +1,15 @@
.has-bg-image {
position: relative;
>.container {
position: relative;
z-index: 1;
}
.badegg-block-background {
position: absolute;
inset: 0;
}
}