html - How to override element.style attribute ? (overflow: hidden) -
i have following situation:
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
Post a Comment