added helper class for z-index

This commit is contained in:
Gamebrary 2021-07-26 14:31:33 -07:00
parent f3ef88ccb7
commit 1ee2020f59

View file

@ -40,3 +40,7 @@
background-color: $light;
}
}
.z-index-1 {
z-index: 1;
}