Added some opacity to the rest of the page when the sliding menu is opened.

This commit is contained in:
Maxim Khlobystov 2015-03-05 12:45:02 -05:00
parent 716cb56830
commit 96c1a3fc4a

View File

@ -495,7 +495,7 @@ body {
@media @mobile-portrait, @mobile-portrait-with-keyboard {
display: none;
background: black;
opacity: 0;
opacity: 0.2;
z-index: 1030;
position: fixed;
left: 0;