From 431499fa082ea8634e8b9226a343a9bd722a25ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 2 Apr 2024 17:48:36 +0200 Subject: [PATCH] marquee: Force marquee to have overflow: hidden. This matches Blink and WebKit, and I want to match it in Gecko as part of bug 306344. --- source | 1 + 1 file changed, 1 insertion(+) diff --git a/source b/source index 714eafd263e..c141fd95721 100644 --- a/source +++ b/source @@ -134347,6 +134347,7 @@ details[open] > summary:first-of-type { marquee { display: inline-block; text-align: initial; + overflow: hidden !important; }

The marquee element, while turned on, is