From 5842035893530ef97d0b7b9069cef831249f897e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 1 Dec 2025 18:06:11 +0100 Subject: [PATCH] wait #7874 @1.5 --- style/links.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style/links.less b/style/links.less index 1f8dda1f..bfed8acb 100644 --- a/style/links.less +++ b/style/links.less @@ -85,6 +85,12 @@ -ms-touch-action: manipulation; touch-action: manipulation; + &[data-scroll="horizontal"] { + overflow-x: scroll; + overflow-y: hidden; + pointer-events: auto !important; + } + // Fix #2551 overflow: hidden; @@ -130,6 +136,10 @@ > img.multimediaimage { width: 100%; height: 100%; + + &[data-scroll="horizontal"] { + width: auto; + } } } -- 2.39.5