Browse Source

Merge pull request #9275 from ArtemDzhereleiko/AD/bug-fix/safari/toggle-node-library

Fixed toggle node library button for safari
pull/9295/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
a7a643d9bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui-ngx/src/app/modules/home/pages/rulechain/rulechain-page.component.scss

1
ui-ngx/src/app/modules/home/pages/rulechain/rulechain-page.component.scss

@ -173,6 +173,7 @@
}
.mat-drawer-content.tb-rulechain-graph-content {
overflow: hidden;
z-index: 0;
.tb-rulechain-graph {
z-index: 0;
overflow: auto;

Loading…
Cancel
Save