]> _ Git - fluidbook-html5.git/commitdiff
wait #7874 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 1 Dec 2025 17:06:11 +0000 (18:06 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 1 Dec 2025 17:06:11 +0000 (18:06 +0100)
style/links.less

index 1f8dda1fde6c6e2fe8c14657dafce8a65be1cc73..bfed8acb3542bbc2ffebcfcbecff9f8d826769d7 100644 (file)
   -ms-touch-action: manipulation;
   touch-action: manipulation;
 
+  &[data-scroll="horizontal"] {
+    overflow-x: scroll;
+    overflow-y: hidden;
+    pointer-events: auto !important;
+  }
+
   // Fix #2551
   overflow: hidden;
 
   > img.multimediaimage {
     width: 100%;
     height: 100%;
+
+    &[data-scroll="horizontal"] {
+      width: auto;
+    }
   }
 }