/**
 * plugins/generic/htmlArticleGalley/display.css
 *
 * Copyright (c) 2014-2017 Simon Fraser University
 * Copyright (c) 2003-2017 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Styles for embedded viewing of a HTML galley.
 */

html, body, #htmlContainer, iframe {
	height: 100%;
	width: 100%;
}

iframe {
	padding-bottom: 30px;
}

html, body {
	overflow: hidden;
}

iframe {
	border: 0px;
}
