score:3

Accepted answer

Simply set higher zIndex for that button: http://jsfiddle.net/9P5fC/488/

exporting: {
    buttons: {
        contextButton: {
            theme: {
                zIndex: 100   
            }
        }
    }
}

Related Query

More Query from same tag