mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 12:09:29 -07:00
set the layer 0 as stack top
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user