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:
Igor Kulikov 2023-06-28 13:09:19 +03:00 committed by GitHub
commit 57224dc99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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