Make UI Framework doc site sidebar lie on top of content that's scrolled sideways beneath it.

This commit is contained in:
CJ Cenizal 2016-12-22 17:09:06 -08:00
parent cb67bc3e10
commit 335e5bcb82

View file

@ -7,6 +7,8 @@
width: $guideSideNavWidth;
padding: 0 20px 30px 80px;
overflow: auto;
background-color: #ffffff;
z-index: 100;
@include scrollbar;