-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong positioning #240
Comments
This is expected behaviour. It's one of the caveats of NanoPop that you'll normally have to handle this manually, in case of pickr it centers the popup in case there is no way of positioning it. Anyway, could you drop me a JSFiddle example? |
The picker is expected being above the button, rather than being clipped. Thank you! |
@yahoo0742 Huh, you either discovered an edge-case or somethings wrong on my side, everything is as expected: What is your browser / OS version? |
@simonwep, thanks for your response. I tested on 3 browsers on Mac OS 10.13.6: |
Maybe this is related to #246? Because seeing it break on all browsers is kinda weird 🤔 |
how did you set this to go under the button i tried costum css and on('show') css override and always goes to middle of the page |
It seems the container the picker placed into should be 100vh... Edit: The problem still exists when scrolling ScreenFlow.mp4 |
This happens on my application and from what I found, it's nanopop that does not compute a position but it's not his fault. In my case, it's In my case, to solve it, I updates my core stylesheet to have something along the lines: html, body { height: 100% } |
Hi,
With Picker 1.6.0 there is no problem with the current settings, but when I use 1.7.2 the Picker is not positioned relative to the object. It is located in the middle of the screen.
Environment:
The text was updated successfully, but these errors were encountered: