From: Vincent Vanwaelscappel Date: Mon, 1 Dec 2025 17:06:11 +0000 (+0100) Subject: wait #7874 @1.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5842035893530ef97d0b7b9069cef831249f897e;p=fluidbook-html5.git wait #7874 @1.5 --- 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; + } } }