Browse Source

UI: Fixed visible elements behind widget preview

pull/13519/head
Vladyslav Prykhodko 1 year ago
parent
commit
2bbf3414b6
  1. 2
      ui-ngx/src/app/modules/home/components/dashboard-page/edit-widget.component.scss

2
ui-ngx/src/app/modules/home/components/dashboard-page/edit-widget.component.scss

@ -21,7 +21,7 @@
right: 0;
bottom: 0;
background: #fff;
z-index: 5;
z-index: 100;
}
.widget-preview-section {
position: absolute;

Loading…
Cancel
Save