Browse Source

Merge pull request #13519 from vvlladd28/bug/widget-preview/ace-editor

Fixed visible elements behind widget preview
pull/13547/head
Igor Kulikov 1 year ago
committed by GitHub
parent
commit
5388fe13e9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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