HABPanel Icons Click & Drag moves the icon

This was fixed for some time but it came back.
If you use a small touch LCD like 3.5" and you find yourself dragging the icon buttons all the item instead of tapping them here is a workaround with CSS (at least for Chromium).

Basically what you have to do is:
** create a sub folder (eg. myfolder) in /etc/openhab2/html/myfolder
** add a css file mycss.css to the folder and add this line in it
img{pointer-events: none;}
** then in the habpanel ui go to the settings on the left and click the cog wheel on the bottom
** Look for the setting "additional stylesheet (optional) and add the file path /static/myfolder/mycss.css
** Reload the HABPanel configuration or simply reboot

Sources: