disable lane outline on modal close

This commit is contained in:
Pavel Laptev 2024-10-04 11:15:36 +02:00
parent 210b58d8f8
commit e2e5ec579e

View File

@ -162,6 +162,8 @@
.branch {
height: 100%;
width: fit-content;
/* disable lane outline on modal close */
outline: none;
}
.draggable-branch {