Skip to content

Commit

Permalink
Revert "fix(VOverlay): position on LTR/RTL after locale switch (#17338)"
Browse files Browse the repository at this point in the history
This reverts commit 1224416.

fixes #19863
  • Loading branch information
KaelWD committed Jul 25, 2024
1 parent 7d3557a commit 3024bb1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,6 @@ function getIntrinsicSize (el: HTMLElement, isRtl: boolean) {
// el.style.removeProperty('max-width')
// el.style.removeProperty('max-height')

if (isRtl) {
el.style.removeProperty('left')
} else {
el.style.removeProperty('right')
}

/* eslint-disable-next-line sonarjs/prefer-immediate-return */
const contentBox = nullifyTransforms(el)

Expand Down

0 comments on commit 3024bb1

Please sign in to comment.