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.
This commit is contained in:
Emmanuel Pelletier
2025-05-26 12:44:07 +02:00
parent 970f41d14c
commit dfd9ee4755

View File

@@ -166,7 +166,7 @@
width: 100svw; width: 100svw;
height: 100%; height: 100%;
height: 100svh; height: 100svh;
margin: auto; margin: 0;
` `
} }
return ` return `