UI: Refactoring
This commit is contained in:
parent
241a1697f6
commit
d5c478d0a0
@ -159,7 +159,7 @@
|
|||||||
</tb-rule-node-link>
|
</tb-rule-node-link>
|
||||||
</tb-details-panel>
|
</tb-details-panel>
|
||||||
</mat-drawer>
|
</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"
|
<button color="primary"
|
||||||
mat-mini-fab
|
mat-mini-fab
|
||||||
class="tb-library-node-btn"
|
class="tb-library-node-btn"
|
||||||
|
|||||||
@ -173,6 +173,7 @@
|
|||||||
}
|
}
|
||||||
.mat-drawer-content.tb-rulechain-graph-content {
|
.mat-drawer-content.tb-rulechain-graph-content {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
z-index: 0;
|
||||||
.tb-rulechain-graph {
|
.tb-rulechain-graph {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user