From e3b0f53135b0f580871a25ec6f436606459b17b7 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Mon, 29 Jun 2020 15:10:58 +0200 Subject: [PATCH] Revert broken Chrome fix (hides single post header) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5651af9..d6e7251 100644 --- a/style.css +++ b/style.css @@ -356,7 +356,7 @@ h1, h2, h3, h4, h5, h6 { color: #444; font-weight: 600; -ms-word-wrap: break-wor #wrapper { min-width: 1024px; height: 100%; } .container { position: relative; margin: 0 auto; max-width: 1460px; } .main { position: relative; } -.main-inner { position: relative; overflow-x: hidden; /* Chrome fix */ min-height: 600px; /* instead of sticky footer */ } +.main-inner { position: relative; min-height: 600px; /* instead of sticky footer */ } .content { width: 100%; position: relative; } .content-container { margin: 0 auto; max-width: 780px; } .pad { padding: 30px 30px 20px; }