From 5b5748bd0a796ffe3ad6506398e3c651d6fecc57 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 4 Mar 2021 00:06:09 +0100 Subject: Fix desync between mobile menu "close" image and button --- stylesheets/commun.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stylesheets/commun.css') diff --git a/stylesheets/commun.css b/stylesheets/commun.css index 58160d9..6b8dc3e 100644 --- a/stylesheets/commun.css +++ b/stylesheets/commun.css @@ -312,6 +312,7 @@ footer.legal { header.slidingmenu > .content > img.button.close { grid-column: 1; grid-row: 1; + position: fixed; } header.slidingmenu > .content header.banner { grid-column: 2; @@ -372,6 +373,11 @@ footer.legal { height: 2em; } + header.slidingmenu > input:checked { + position: fixed; + width: 3rem; + height: 3rem; + } header.slidingmenu > input:checked ~ .content { transform: none; } -- cgit v1.2.3