0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 14:02:41 +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 { .text {
position:relative;
z-index:2; z-index:2;
} }
.info { .info {
font-family : 'ScalySansRemake'; font-family : 'ScalySansRemake';
font-size : 1.2em; font-size : 1.2em;
position:relative;
z-index:2; z-index:2;
>span { >span {