panther icon indicating copy to clipboard operation
panther copied to clipboard

Updated README.md to allow Bootstrap 5 problem

Open bastien70 opened this issue 2 years ago • 0 comments

See #502

I added a Troubleshooting section and the fix for Bootstrap 5 problem

bastien70 avatar Jan 19 '22 08:01 bastien70

Thanks!

dunglas avatar Aug 11 '22 06:08 dunglas

Thanks for merging this. You might consider adding another approach:

// call this after crawling to a page if you'd rather not override Bootstrap's default scrolling behavior
$client->executeScript('document.documentElement.style.scrollBehavior = "auto";');

arderyp avatar Aug 11 '22 18:08 arderyp