i cant find soution to make table on inside div, and width not over. I edited list.php on bootsrap view theme, but can fix problem.[attachment=1145:SIK Tri Dharma Perguruan Tinggi.png]
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 24 September 2016 - 14:27 PM
i cant find soution to make table on inside div, and width not over. I edited list.php on bootsrap view theme, but can fix problem.[attachment=1145:SIK Tri Dharma Perguruan Tinggi.png]
Posted 25 September 2016 - 17:45 PM
Hello there,
this is a common issue that people have. This is actually a twitter bootstrap issue. If you want to fix it and add a scroll-bar at the bottom so it will not overflow, you can simply add:
.gc-container { overflow: auto; }
at your CSS file
Thanks
Johnny
Posted 01 December 2017 - 15:00 PM
Hello there,
this is a common issue that people have. This is actually a twitter bootstrap issue. If you want to fix it and add a scroll-bar at the bottom so it will not overflow, you can simply add:
.gc-container { overflow: auto; }at your CSS file
Thanks
Johnny
Hello sir,
css what is meant? is it css from used template like adminLTE or css from grocery crud?