This may not be something that would get used very often, but here goes: I have a 2in1 touchscreen pc that I prefer while I'm playing at the table and I like to open the desktop website while exclusively using the touch interface. I've noticed that the mobile website has a scroll wheel that can be used to input a damage value in the HP Manager (and something similar is implemented in the app), can this feature be added to the Desktop Website's version of the HP Manager for a smoother experience while using a touch screen?
If you're unsure how to apply this assuming your using chrome or firefox I can help you set this up in an extension called stylus (although you can use any CSS extension). Just send me a PM if you'd like help.
This may not be something that would get used very often, but here goes: I have a 2in1 touchscreen pc that I prefer while I'm playing at the table and I like to open the desktop website while exclusively using the touch interface. I've noticed that the mobile website has a scroll wheel that can be used to input a damage value in the HP Manager (and something similar is implemented in the app), can this feature be added to the Desktop Website's version of the HP Manager for a smoother experience while using a touch screen?
It looks like it's just hidden on larger screen sizes using CSS. You can unhide it via CSS by using the following.
display: block !important;
Thank you for the fix! It works perfectly for me.