Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.css « css - github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b01337f063882d4daf02728d33a276e94af8149c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* force full height on public template */
#body-public .full-height {
	height: 100%;
}

#pdframe {
	/* The PDF frame uses an absolute position and thus fills the whole padding
	 * box of the content, so the top padding is needed here too to not overlap
	 * the header. */
	padding-top: inherit;
}