]> _ Git - fluidbook-html5.git/commitdiff
fix #2556 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 30 Jan 2019 10:44:41 +0000 (11:44 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 30 Jan 2019 10:44:41 +0000 (11:44 +0100)
style/fluidbook.less

index d8e662343586fff12c73f6a7c7777dd52425a9de..d3f7f8dde14f6a4343314918753cf5f887d3ac99 100644 (file)
@@ -1159,8 +1159,14 @@ html.ios body.portrait #interface {
        -ms-touch-action: manipulation;
        touch-action: manipulation;
 
+       // Fix #2551
        overflow: hidden;
 
+       // Fix #2556
+       &.tabslink {
+               overflow: visible;
+       }
+
        &.notinteractive {
                pointer-events: none;
        }