Browse Source

Fixed showing widget actions after hiding widget title

pull/3030/head
Vladyslav_Prykhodko 6 years ago
parent
commit
2f3c8e952d
  1. 1
      ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.scss

1
ui-ngx/src/app/modules/home/components/dashboard/dashboard.component.scss

@ -104,6 +104,7 @@ div.tb-widget {
position: absolute;
top: 3px;
right: 8px;
z-index: 150;
}
button.mat-icon-button {

Loading…
Cancel
Save