From 848ad9c49ae9eaa4b64478a2c2300604add5f740 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Tue, 10 Sep 2019 15:20:25 +0200 Subject: [PATCH] Fix problem where Cookie Consent bar blocks other elements even after it has been closed. Also add some extra CSS classes for better styling hooks in the future. Wait #2745 @0.25 --- .../views/privacy/cookies-consent.blade.php | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/resources/views/privacy/cookies-consent.blade.php b/resources/views/privacy/cookies-consent.blade.php index 3c19a77..ce7e12b 100644 --- a/resources/views/privacy/cookies-consent.blade.php +++ b/resources/views/privacy/cookies-consent.blade.php @@ -1,8 +1,12 @@ -@if(!isset($_COOKIE['privacy-cookie-consent']) || $_COOKIE['privacy-cookie-consent']!='1') -