From c048cacec96e283c27c26e818a5b029f5422a13d Mon Sep 17 00:00:00 2001
From: Tim Wickberg <tim@schedmd.com>
Date: Mon, 14 Nov 2016 16:03:03 -0700
Subject: [PATCH] doc/html - style adjustment

Prevent a scrollbar from appearing on the SchedMD logo in the top left.
---
 doc/html/style.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/html/style.css b/doc/html/style.css
index 6aaaf099d37..112b6530116 100644
--- a/doc/html/style.css
+++ b/doc/html/style.css
@@ -235,6 +235,7 @@ input[type="checkbox"] {
 	display: block;
 	width: 100%;
 	height: 0;
+	overflow: hidden;
 	padding-top: 23.1%;
 	background: url("schedmd.png") no-repeat 0 0;
 	background-size: contain;
-- 
GitLab