+ Reply to Thread
Results 1 to 2 of 2

Thread: General Flatty - Remove mCustomScrollbar from Details page

  1. #1

    Question General Flatty - Remove mCustomScrollbar from Details page

    Is there any way to remove mCustomScrollbar from Details page? Because I looked everywhere and the only solution is to comment it in lib.js. I am asking for an easy way?

  2. #2
    I manage to fix it:
    just add
    section.main-section div.table-container {
    height: 100% !important;
    }
    at the ent of your slyle.css file.

+ Reply to Thread