Ukiyo theme lag when dragging files

What I’m trying to do

When trying to drag a file in the sidebar between new locations, it lags horrifically and Obsidian is unresponsive until it is finished. I like the style of this theme so any help in resolving this would be brilliant or suggesting very similar themes.

amjcaj

(What I see using Ukiyo Theme)

Things I have tried

Trying a new theme like “Obsidian Nord” or “Default” it works perfectly normal.
In Ukiyo there is 2 Modes, Smooth and Minimal. I have tried Smooth, Minimal, None and it is the same effect each time. I found a forum post about colorful-folders causing a similar issue, but searching the css I could not find anything related to colorful.

amjc31

(What happens in Obsidian Nord)

Anything mentioned about this on the theme’s GitHub page?

Apparently so github obsidian-ukiyo/issues/1 but it was marked as closed. Doesn’t look like it was addressed

I did some messing around, not sure if its essential code lol but it seems to work as a temp fix?

/* Major lag causers */
.nav-files-container *,
.tree-item,
.tree-item-self {
    transition: none !important;
    animation: none !important;  /* Add this line if lag still continues */
}

/* Add this section if lag still still continues */
.nav-file-title,
.nav-folder-title {
    transition: none !important;
    animation: none !important;  /* Add this line if lag still still still continues */
}

/* If lag still persists, may god help you */

No idea; I’ve never tried the theme that I can remember. If it works for you, great!

It’s not perfect still some lag but a considerably better performance