There might be an overlapping element that is not clickable.
Try Actions instead of click.
For java it would be:
new Actions(driver).moveToElement(yourElement).click().perform();