Base solution for your next web application
Open Closed

Rad Scroll Mouse Scroll BUG #4857


User avatar
0
rodrigosturm created

Hello,

I Created a Entity With navigation Propertys, The CRUD Works.

But in my page when a click in "Pick" > select a item > return to Modal Crud the mouse Scroll function stops working.

Can you help me?


5 Answer(s)
  • User Avatar
    0
    yekalkan created

    Is your project mvc+jquery or angular?

  • User Avatar
    0
    rodrigosturm created

    Core + Jquery

  • User Avatar
    0
    yekalkan created

    Seems like same issue: <a class="postlink" href="https://stackoverflow.com/questions/32835946/multiple-modal-dialog-scroll-bar-bootstrap-v-3-3-5-not-working-well">https://stackoverflow.com/questions/328 ... rking-well</a>

  • User Avatar
    0
    rodrigosturm created

    Perfect, its working now!

    I changed the file> wwwroot>metronic>dist>>html>default>>base> style.bundle.css Line: 3653 from: overflow: hidden; to: overflow: auto !important;

    thanks.

  • User Avatar
    0
    timkerr created

    There are a bunch of different theme options/css files etc. Is there a way to include a Custom CSS file that supercedes all the theme provided CSS files, and a way to rebundle and minify them? Otherwise, I would need to update all CSS files for all themes.