diff --git a/client/homebrew/pages/vaultPage/vaultPage.less b/client/homebrew/pages/vaultPage/vaultPage.less index 921fa7c08..49b988ee4 100644 --- a/client/homebrew/pages/vaultPage/vaultPage.less +++ b/client/homebrew/pages/vaultPage/vaultPage.less @@ -245,7 +245,16 @@ body { width : 47%; margin-right : 40px; color : black; - background-image : url('/assets/parchmentBackground.jpg'); + isolation:isolate; + + &:after { + position:absolute; + inset:0; + display:block; + content:''; + background-image : url('/assets/parchmentBackground.jpg'); + z-index:-1; + } &:nth-child(even of .brewItem) { margin-right : 0; } @@ -256,11 +265,6 @@ body { line-height : 0.988em; color : var(--HB_Color_HeaderText); } - - .text { - position:relative; - z-index:2; - } .info { font-family : 'ScalySansRemake'; font-size : 1.2em;