0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 16:12:38 +00:00

minor css fix

This commit is contained in:
Víctor Losada Hernández
2024-09-20 15:31:19 +02:00
parent ea1d0714b4
commit 74a065e747

View File

@@ -283,7 +283,7 @@
&::after { &::after {
position : absolute; position : absolute;
inset : 0; inset : 0;
z-index : -1; z-index : -2;
display : block; display : block;
content : ''; content : '';
background-image : url('/assets/parchmentBackground.jpg'); background-image : url('/assets/parchmentBackground.jpg');
@@ -316,7 +316,7 @@
visibility : hidden; visibility : hidden;
} }
.thumbnail { z-index : 1; } .thumbnail { z-index : -1; }
} }
.paginationControls { .paginationControls {