[Bug Report][2.5.4] v-tooltip positioning broken if html/body element has margin set #13821
Labels
C: VMenu
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Milestone
Environment
Vuetify Version: 2.5.4
Last working version: 2.5.1
Vue Version: 2.6.14
Browsers: Chrome 91.0.4472.106
OS: Windows 10
Steps to reproduce
Expected Behavior
v-tooltip positioning stays the same.
Actual Behavior
v-tooltip's positioning is off and positioned too far away.
Reproduction Link
https://codepen.io/zoton2/pen/dyvrabZ
Other comments
I know technically Vuetify sets the body to specifically have no margin, so this might be a "won't fix" bug, but it used to work fine hence why I decided to post it. I can work around it in my situation by adding the margin to an element instead of directly to the body, as it works fine in that case.
Someone pointed me towards the PR #13670 which may be the culprit.
The text was updated successfully, but these errors were encountered: