Small fix to fullscreen mode where scrolling would scroll the background dashboard & page header

This commit is contained in:
Torkel Ödegaard 2014-09-24 14:00:44 +02:00
parent 978a345ad8
commit eaa899e9cf

View File

@ -117,8 +117,9 @@
}
.dashboard-fullscreen {
.row-control-inner {
display: none;
.main-view-container {
height: 0;
overflow: hidden;
}
}