I've found a bug. (chrome) when i want to lynch someone i hover over pick a player button, but player list is too far away and when i want to pick someone list dissapers.(only happend 1 time) u can fix this simpy by (if u are using jquerry) adding: $("#button_id").click(function() { $("#list_id").toggle(); });