From dfd9ee475507926e029e11f8746e17fb12ad9579 Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Mon, 26 May 2025 12:44:07 +0200 Subject: [PATCH] gaufre: fix mobile style on websites w/ content going out of viewport in DS, they have a footer that makes the website have a width larger than viewport (creating horizontal scroll); this case was not handled well by the gaufre on mobile. This rather rare case is now handled and the gaufre doesn't care of the size of other content now. --- website/public/api/v1/gaufre.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/public/api/v1/gaufre.js b/website/public/api/v1/gaufre.js index cfc36d0..9e26063 100644 --- a/website/public/api/v1/gaufre.js +++ b/website/public/api/v1/gaufre.js @@ -166,7 +166,7 @@ width: 100svw; height: 100%; height: 100svh; - margin: auto; + margin: 0; ` } return `