Hello, everyone, it's about the following character sheet: <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/Dark_Heresy" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/Dark_Heresy</a> There is an input box above the roll button which shows the value you have in a skill. If I now click on the roll button in a chromium based browser it works fine, but Firefox behaves completely different, there the input field overrides the button and you can only roll if you click on the outer right border. Here is an extract from the code of the affected fields: <td><button name="roll_Intimidate" type="roll" value="&{template:dh1ed} {{rollname=^{rollintimidate}}} {{roll=[[floor((@{Intimidate}+?{Modifier|0}-1d100)/10)]]}} {{target=[[@{Intimidate} + ?{Modifier|0}]]}} {{modifier=?{Modifier|0}}}"> <input disabled="true" name="attr_Intimidate" type="number" value="floor((@{Intimidate1}+0.5)*@{S}+@{Intimidate2}+@{Intimidate3}+@{Intimidate4})"> </button></td> Does anyone have an idea how to solve the problem?