ReignOfComputer
ReignOfComputer
The number doesn't matter, the OP states "after the update". PKHeX hasn't been updated since the update. Obviously, it's not going to work yet. Wait for an update.
Wasn't thinking, there we go :)
I'm using the [latest downloadable LLC version](https://t.llc.ovh/?JulianPrieber/minceraft) from the llc-themes repo. I just setup a fresh install, which can be found at: https://links-staging.reignofcomputer.com/ [Desktop View](https://imgur.com/GqDfHlr) [iOS Edge](https://imgur.com/0ZWoz6f) [iOS Safari](https://imgur.com/way3nfp)
AFAIK, all iOS browsers are Safari, regardless of what they call themselves. FWIW, issue is still present on Chrome iOS. My fix was to remove the non-browser specific `transform:`. Not...
Hmm, no luck on this?
As before, my workaround is to change: ``` -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: perspective(300px) rotateX(15deg); -moz-transform: perspective(300px) rotateX(15deg); -ms-transform:...