-
-
Notifications
You must be signed in to change notification settings - Fork 78.8k
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
Popper fallback leads to worse layouting #32506
Comments
Should be fixed by #32437 already, /CC @rohit2sharma95 |
@septatrix can you please create a reduced test case via CodePen or JS Bin 🙂 |
Oh, indeed. Can you make a PR referencing the PR that changed it and adapting the docs later please? |
Test: https://jsbin.com/nabugatehu/edit?html,output (Output panel was set to 1200px width) As explained earlier I had to compile the current state of the main branch as it is not in npm yet. |
Happens to me too. |
You could try the float : left; in CSS with the class to fix the issue @septatrix |
Disabling |
This is also a suggested fix for #32484 |
Commit f132400 introduced a regression (or at least I would classify it as such).
Dropdowns close to the right screen edge overflow instead of being show the the left.
I simply used a
textarea
and the example code from the docs with an inline utility class.This allows me to simple move the button to the right edge.
The following screenshots show the behaviour (with the black area being the devtools).
Dropdown not shown
Dropdown behaviour after the commit.
Dropdown behaviour before the commit.
I am unable to give an example to reproduce as the changed code is not yet in a release (and I currently do not have the time to compile and self-host).
The text was updated successfully, but these errors were encountered: