UI: Refactoring

This commit is contained in:
Artem Dzhereleiko 2023-09-19 11:29:49 +03:00
parent 241a1697f6
commit d5c478d0a0
2 changed files with 2 additions and 1 deletions

View File

@ -159,7 +159,7 @@
</tb-rule-node-link>
</tb-details-panel>
</mat-drawer>
<mat-drawer-content class="tb-rulechain-graph-content" style="z-index: 0;">
<mat-drawer-content class="tb-rulechain-graph-content">
<button color="primary"
mat-mini-fab
class="tb-library-node-btn"

View File

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