Merge pull request #8821 from ArtemDzhereleiko/AD/bug-fix/rule-node/selected-z-index
Added z-index for selected rule node
This commit is contained in:
commit
57224dc99e
@ -182,6 +182,7 @@
|
|||||||
.fc-node {
|
.fc-node {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
&.fc-selected {
|
&.fc-selected {
|
||||||
|
z-index: 2;
|
||||||
&:not(.fc-edit) {
|
&:not(.fc-edit) {
|
||||||
margin: -3px;
|
margin: -3px;
|
||||||
border: solid 3px #f00;
|
border: solid 3px #f00;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user