From 8c9a64bf4b4d737117cd33574597803978bac794 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 17 Nov 2018 17:15:43 +0000 Subject: [PATCH] Fix visibility bug "View on GitHub" link wasn't fully visible when cookie notice was on the page --- assets/global.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/global.css b/assets/global.css index 98a577a..66ea19c 100644 --- a/assets/global.css +++ b/assets/global.css @@ -57,7 +57,6 @@ body { display: none; width: 100%; height: 70px; - padding-top: 30px; position: absolute; background: --mdc-theme-primary; border-bottom: 2px solid #fbeed5;