1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Add default z-index value

This commit is contained in:
Lucas Vallenet
2023-12-11 11:00:21 +01:00
parent 657fd41f70
commit b72fdabe23

View File

@@ -8,6 +8,7 @@
$z-indexes: (
"header": 200,
"above": 1,
"default": 0,
"below": -1
);