bihu1

Results 1 comments of bihu1

Based on the previous answer I think the simplest way to solve problem is creating own css class: ``` .reload-disable:active { pointer-events: none; } .reload-disable { z-index: -1; } ```...