diff --git a/client/homebrew/pages/vaultPage/vaultPage.less b/client/homebrew/pages/vaultPage/vaultPage.less index 8e7fe2e3d..b925a7d3e 100644 --- a/client/homebrew/pages/vaultPage/vaultPage.less +++ b/client/homebrew/pages/vaultPage/vaultPage.less @@ -283,7 +283,7 @@ &::after { position : absolute; inset : 0; - z-index : -1; + z-index : -2; display : block; content : ''; background-image : url('/assets/parchmentBackground.jpg'); @@ -316,7 +316,7 @@ visibility : hidden; } - .thumbnail { z-index : 1; } + .thumbnail { z-index : -1; } } .paginationControls {