Skip to content

Commit

Permalink
fix(VOverlay): initialise position to top left with fixed activator
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed May 8, 2023
1 parent 516c306 commit de08cb5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ function connectedLocationStrategy (data: LocationStrategyData, props: StrategyP
if (activatorFixed) {
Object.assign(contentStyles.value, {
position: 'fixed',
top: 0,
left: 0,
})
}

Expand Down

0 comments on commit de08cb5

Please sign in to comment.