Add shadow to console

This commit is contained in:
Joshua Ogle 2018-05-25 15:28:03 -06:00
parent b44fa640f5
commit e760e9725a
1 changed files with 2 additions and 0 deletions

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;