From a8fa8b076c749d5d51a663d2c52a2353a76919ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Pardou-Piquemal?= Date: Fri, 8 May 2020 16:53:57 +0200 Subject: [PATCH] Fix #137 remove gap on firefox (#139) --- client/src/stylesheets/app.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/stylesheets/app.sass b/client/src/stylesheets/app.sass index 867b3bf..f981862 100644 --- a/client/src/stylesheets/app.sass +++ b/client/src/stylesheets/app.sass @@ -6,6 +6,7 @@ body background-color: $primary color: $body + overflow: hidden ul.plain list-style: none