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