Showing text on top of a Slider, but not blocking Handler?

In Unity UI 4.6 Can I position text over the top of a slider and disable the text bounds that are blocking the user being able to interact with the Handle?

if you make the text a child of the slider, it will render on top of it but won’t stop the detection.