mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 13:40:48 +00:00
added helper class for z-index
This commit is contained in:
parent
f3ef88ccb7
commit
1ee2020f59
1 changed files with 4 additions and 0 deletions
|
@ -40,3 +40,7 @@
|
||||||
background-color: $light;
|
background-color: $light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.z-index-1 {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
Loading…
Reference in a new issue