set the layer 0 as stack top

This commit is contained in:
Spedon
2023-03-21 12:00:22 +08:00
parent 7da5c2228a
commit 56fd85e875
4 changed files with 18 additions and 18 deletions

View File

@@ -79,11 +79,11 @@
}
&#layer5 {
z-index: 5;
z-index: 1;
}
&#layer4 {
z-index: 4;
z-index: 2;
}
&#layer3 {
@@ -91,10 +91,10 @@
}
&#layer2 {
z-index: 2;
z-index: 4;
}
&#layer1 {
z-index: 1;
z-index: 5;
}
}