Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] devtools: Fix bad computation of highlight boxes on the page
This commit adds box-sizing: border-box to the highlight elements created by the devtools on the page. This was making some of the boxes overflow on some pages (like on POS sessions) because the border-box box-sizing was not the default behavior on these pages.
- Loading branch information