Why does the window move when the user makes a selection? #13251
Replies: 1 comment
-
Meanwhile I've found the reason why this happened. There was a statement in our code (somewhere else) that set the vertical position to a certain percentage of the screen height. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our JavaScript Vue code we have a template that looks approximately like this:
What bothers us is that when we move the window and then make a selection in the select box, the position of the window is modified. It's not like it jumps back to a default position but the position is simply changed a bit. We would like to make the position static. How can this be done?
Beta Was this translation helpful? Give feedback.
All reactions