Browse Source

Fix dashboard page again.

pull/879/head
Sebastian 4 years ago
parent
commit
c73d8ed5e0
  1. 2
      frontend/src/app/features/dashboard/pages/dashboard-page.component.html
  2. 3
      frontend/src/app/features/dashboard/pages/dashboard-page.component.scss

2
frontend/src/app/features/dashboard/pages/dashboard-page.component.html

@ -71,7 +71,7 @@
</ng-container> </ng-container>
</gridster-item> </gridster-item>
<div [style.height]="extendedHeight"></div> <div [style.height]="extendedHeight" [style.width]="'0px'"></div>
</gridster> </gridster>
<div class="dashboard-settings" *ngIf="grid"> <div class="dashboard-settings" *ngIf="grid">

3
frontend/src/app/features/dashboard/pages/dashboard-page.component.scss

@ -25,6 +25,9 @@ gridster-item {
/* stylelint-disable */ /* stylelint-disable */
gridster { gridster {
background: none; background: none;
display: flex;
flex-direction: row;
flex-grow: 1;
&::after { &::after {
@include absolute(100%, 0, null, 0); @include absolute(100%, 0, null, 0);

Loading…
Cancel
Save