HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

header to the right side

Open scholtz opened this issue 7 years ago • 0 comments

        .headerlogo {
            position: fixed;
            right: 0;
            top: 0;
        }

<body>
    <div class="headerlogo"><img width="189px" height="50px" src="data:image/png;base64,iVBORw0KG..." /></div>

EXPECTED: aligns logo to the right

RESULT: aligns logo to the left

VERSION: 1.5.1-beta1 from nuget

scholtz avatar Dec 11 '18 11:12 scholtz