scrollbar: remove unused div

Fixes the height of the settings menu
This commit is contained in:
Daniel Lee
2018-04-11 19:19:33 +02:00
parent e74be16900
commit db83255460

View File

@@ -2,7 +2,6 @@
<dashnav dashboard="ctrl.dashboard"></dashnav>
<div class="scroll-canvas scroll-canvas--dashboard" page-scrollbar>
<div>
<dashboard-settings dashboard="ctrl.dashboard"
ng-if="ctrl.dashboardViewState.state.editview"
class="dashboard-settings">
@@ -17,4 +16,3 @@
</div>
</div>
</div>
</div>