MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.74k stars 406 forks source link

Fix: account for vertical position bottom in placement of popup #581

Closed yannickm95 closed 12 months ago

yannickm95 commented 1 year ago

use parent height to determine bottom style property for the popup as we start from the bottom to position and not the top. Also, take button height (21px) into account so it's positioned at the bottom.

See #580 for more information.

nateberkopec commented 12 months ago

Thanks!