Fixed pixel grid being only on top of the first layer

This commit is contained in:
unsettledgames 2020-09-30 08:51:07 +02:00
parent f0fae3698d
commit 19e6fd1aca

View File

@ -306,7 +306,7 @@ svg {
} }
#pixel-grid { #pixel-grid {
z-index: 3; z-index: 5000;
background: transparent; background: transparent;
} }