From 1dff5622b2291a9c390fc52438123e45506b6f62 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sat, 4 Apr 2020 18:10:30 +0200 Subject: [PATCH] Remove unused pseudo element --- custom_portal.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom_portal.css b/custom_portal.css index f053ac8..be26b3a 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -79,6 +79,9 @@ body { margin: 0; position: initial; } +.ynh-wrapper::after { + content: none; +} .messages {