0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 13:12:40 +00:00

fix z-index issue

This commit is contained in:
Víctor Losada Hernández
2024-09-04 22:52:57 +02:00
parent cd01014d79
commit 247bc719b8

View File

@@ -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;