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
Post a Comment