Is there a way to override the overflow property of ui-dialog?

Is there a way to override the overflow property of ui-dialog?


Hello, I'm looking for a way to override css overflow-x on UI dialog
from hidden to visible, but jquery UI seems to put this option
straight to element style which of course has the highest priority in
css, so there's no way to do it via css no matter where you put it as
far as i know.
I did my fair share of googling on this.
anyone with a working solution or some ideas (I have to use google api
for loading jquery ui so altering the source code is not an option,
apart from the fact that it's not a good idea anyway)?