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

This commit is contained in:
CJ Cenizal 2016-12-22 17:11:09 -08:00 committed by GitHub
parent d23a31ba33
commit b1a2af74f0

View file

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