c# - Show MHTML content with CSS-styled negative margin in WebBrowser -


my application receives mhtml content external service , displays it. elements in mhtml styled via css , have negative margin, one:

<style type="text/css">       .csae6e0f4d{margin-left:-49.9pt} </style> 

webbrowser, obviously, starts render these elements outside of client area boundaries, , elements partially visible user.

is there way set document margin or scroll document show elements entirely? can't change external service easily.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -