From cf9246af64a7f68db757b269dc311a1b16e40fe5 Mon Sep 17 00:00:00 2001 From: raida Date: Sat, 1 Jun 2019 15:18:20 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20d'un=20bug=20d'1px=20sur=20le=20me?= =?UTF-8?q?nu=20d=C3=A9roulant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/perso.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/perso.css b/static/css/perso.css index 42b9c85..0f181f0 100644 --- a/static/css/perso.css +++ b/static/css/perso.css @@ -32,8 +32,9 @@ display: none; z-index: 1000; position: absolute; - width: 100%; + width: calc(100% + 2px); border-radius: 0 0 4px 4px; + left: -1px; } #header nav ul li ul li { @@ -276,4 +277,4 @@ body:not(.is-article-visible) #wrapper { #main article .previous:hover::before { background-color: rgba(255, 255, 255, 0.075); - } \ No newline at end of file + }