nette / tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.
https://tracy.nette.org
Other
1.76k stars 218 forks source link

Tracy causes scrollbars after the update #545

Closed lubomirblazekcz closed 2 years ago

lubomirblazekcz commented 2 years ago

Version: 2.9.3

Bug Description

https://github.com/nette/tracy/commit/ef2e060a8885cba834fb793e20dab9b6ee24260b Resets styles that are meant to be overflow: hidden by design. This added unexpected scrollbars for some of our projects.

What is the reason behind this change?

dg commented 2 years ago

cc @Rixafy

Rixafy commented 2 years ago

I thought it will be used only when bluescreen is thrown 🤔 because there were a bug that if you had bootstrap modal open and an ajax form is sent, following bluescreen error will be not scrollable, since modal will disable body overflow.