

pipo
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
Unfortunately having the same issue as alcatraz7525 in the thread above; it seems as if UI Fixes is causing the server to not launch at all. I've tried removing all other mods and keeping it individually but the server still freaks out.
As you've stated above— could this potentially be an issue with our SPT?
Oct 18, 2025 4:15 PM
View details
Created comment
Thank you for the great mod!
I just have a question— I can't discard anything that is inside my PMC's pockets; both in-raid and in the stash. Is this an intended feature, or some sort of bug no one has brought up as of yet?
Oct 18, 2025 4:34 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.