Add shadow to console

This commit is contained in:
Joshua Ogle 2018-05-25 15:28:03 -06:00
parent 2d58fe9c93
commit 51c69f734a

View file

@ -117,8 +117,10 @@
}
.panel-open .console-ui-panel-scroller {
box-shadow: $box-shadow-highest;
transform: translate3d(0, 0, 0);
}
.panel-open .console-ui-panel-scroller.fullscreen {
bottom: 0;
top: 0;