Fix flickering in journey nodes.

This commit is contained in:
Mike Cao 2024-06-14 20:49:29 -07:00
parent 2204ffa9c3
commit 21ff3d1280
2 changed files with 57 additions and 50 deletions

View file

@ -71,10 +71,13 @@
position: relative;
display: flex;
flex-direction: column;
gap: 10px;
height: 100%;
}
.wrapper {
padding-bottom: 10px;
}
.item {
position: relative;
cursor: pointer;