Browse Source

UI: Add z-index for selected rule node

pull/8821/head
Artem Dzhereleiko 3 years ago
parent
commit
bd3bce7827
  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

@ -182,6 +182,7 @@
.fc-node {
border-radius: 8px;
&.fc-selected {
z-index: 2;
&:not(.fc-edit) {
margin: -3px;
border: solid 3px #f00;

Loading…
Cancel
Save