Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/grandnode/grandnode into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
KrzysztofPajak committed Jul 9, 2019
2 parents 1314621 + 16ddde2 commit 20c1a94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Grand.Web/Themes/DefaultClean/Content/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ span.rotate {

/* canavs */

.c-offcanvas-content-wrap {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
background-color: rgba(0, 0, 0, 0.3);
}
Expand Down

0 comments on commit 20c1a94

Please sign in to comment.