html - overwrite /customize css in iframe -



html - overwrite /customize css in iframe -

i have site plugin comments loads iframe on iphone , ipad pages crash , browser quits, turned out :

display:-webkit-box; display:-webkit-flex;

these beingness inherited site's main css,

i tried adding in css like:

iframe .textbox { display:block }

to overwrite inherited properties , create work, elements don't seem reading css declaration;

how can prepare please? thanks

an iframe 'hole' in page displays web page within of it. contents of iframe not in shape or form part of parent page.

credits : css override body style content in iframe? modifying not alternative guess.

thanks

html css iframe

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -