Ensure shade elements have a higher z-index than ui elements

This commit is contained in:
Nick O'Leary
2017-08-04 22:20:58 +01:00
parent 4a2e3586f1
commit 54220d0e71

View File

@@ -224,4 +224,5 @@
bottom: 0;
right: 0;
background: $shade-color;
z-index: 5;
}