0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

z-index doesn't work with static positioning

This commit is contained in:
Víctor Losada Hernández
2024-09-04 00:17:59 +02:00
parent 1c1901c90a
commit 48a5a70d2e

View File

@@ -258,11 +258,13 @@ body {
}
.text {
position:relative;
z-index:2;
}
.info {
font-family : 'ScalySansRemake';
font-size : 1.2em;
position:relative;
z-index:2;
>span {