PDA

View Full Version : General Flatty - Remove mCustomScrollbar from Details page



Vladimir Belomorski
July 10, 2017, 09:31 AM
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?

Vladimir Belomorski
July 10, 2017, 09:47 AM
I manage to fix it:
just add
section.main-section div.table-container {
height: 100% !important;
}
at the ent of your slyle.css file. ;)