Base solution for your next web application
Open Closed

Verticle scrollbar is getting hidden #5789


User avatar
0
mohamedaarif created

After the Pick from lookup pop up, the verticle scroll bar is getting hidden. So unable to scroll in the main page.


7 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @mohamedaarif

    Is this Angular 6 version or the JQuery ?

  • User Avatar
    0
    edarib created

    I am having the same issue with jquery.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Does that happen with the "Login Attempts" modal ? I have tried with the latest version but scrollbar was visible for me.

  • User Avatar
    0
    edarib created

    It only happens on a modal window after you make a selection from a lookup (Pick).

    On the screenshot above: The first time you open the modal, the scrollbar is visible and works. As soon as you make a selection (for example category lookup), the scrollbar disappear and you can longer scroll.

    Thanks,

    Ed

  • User Avatar
    0
    alper created
    Support Team

    @darib can you open an issue to the GitHub repository? and write the issue number here to track for future comers.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Please open an issue on GitHub if you haven't done that yet.

    Thanks.

  • User Avatar
    0
    europeenergy created

    You have to insert the below property in: wwwroot\metronic\dist\html\default\assets\demo\default\base\style.bundle.css

    .modal { overflow: auto !important; }