It seems the selector I had been using for the Issues page CSS only worked for a fresh page load, not javascript navigation, since the class structure is different when Issues are loaded via <turbo-frame>.
This changes the selectors to match regardless of navigation method.
It seems the selector I had been using for the Issues page CSS only worked for a fresh page load, not javascript navigation, since the class structure is different when Issues are loaded via
<turbo-frame>
.This changes the selectors to match regardless of navigation method.