Visokio website     Downloads     Video tutorials     KnowledgeBase  
Small visual bug in omni mobile + workaround - Visokio Forums
Small visual bug in omni mobile + workaround
  •        CRead October 31, 2016 2:59PM
    With a single custom view in Omni mobile (3.0 b6768), I'm seeing a right hand side scrollbar: http://i.imgur.com/R50gRG8.png

    I have the following CSS, which doesn't remove it:
    * {overflow: hidden;}
    html {overflow: hidden;}
    body {overflow: hidden;}

    (cut down from reality, but you get the idea).

    I sometimes manage to remove it with jQuery (already in use in view):

    $('.nested', window.parent.document).css({overflow: 'hidden'});


    But that won't work if the iframe is on a different domain (for whatever reason). It also flashes up on load, even with the code at the top.

    I could, of course, use the override css feature in 3.0, but I'm not able to use that for all files as of yet.
  • 1 Comment
  •     steve November 1, 2016 1:48AM
    Colin,

    We have a fix in the works. It's part of a much larger body of work, and will arrive in a couple of weeks.

    Steve

Welcome!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Tagged