html - How to override element.style attribute ? (overflow: hidden) -


i have following situation:

enter image description here

as can see in right of image, there attribute (overflow: hidden) overriding own attribute (overflow-x , overflow-y). want remove overflow: hidden haven't access "ion-scroll" element aplying style. there way remove (overflow: hidden) allow me apply 2 attributes (overflow-x , overflow-y) ?

thanks in advance.

you must add !important own overflow-x , overflow-y attributes, have more relevance overflow ion-scroll


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -