Skip to content
Snippets Groups Projects
Commit 681da6c6 authored by danieldeng2's avatar danieldeng2
Browse files

Change transition of colour to ease

parent e394e839
Branches
No related tags found
No related merge requests found
......@@ -13,10 +13,9 @@
right: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
display: none;
z-index: 500;
display: block;
visibility:hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
......@@ -35,6 +34,7 @@
@media (max-width: 992px) {
#wrapper.toggled #sidenav-overlay {
display: block;
visibility:visible;
background-color: rgba(0, 0, 0, 0.3);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment