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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user