I’m using a 3rd party theme with Webix Kanban widget and the style that is in the theme’s CSS shown below causes the Kanban board to stop doing annimations. Removing this style fixes the annimations. I was hoping to get a better understand of what the problem is incase I end up needing this style in the future.
.wrapper > section {
position: relative;
height: 100%;
margin-left: 0;
z-index: 111;
background-color: #f5f7fa;
margin-bottom: 60px !important;
}