You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In new Popup component floated elements are not positioned properly. That is probably because of two div blocks instead of one div block (in v1.x) rendered as part of Popup component.
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Bug Report
In new
Popup
component floated elements are not positioned properly. That is probably because of twodiv
blocks instead of onediv
block (in v1.x) rendered as part ofPopup
component.Steps
Just try:
Codesanbox with the same example available below.
Expected Result
Button "Test" is inside the popup.
Actual Result
Button "Test" is partially outside of the popup.
Version
2.0.0
Testcase
https://codesandbox.io/s/semantic-ui-react-forked-he9zh
The text was updated successfully, but these errors were encountered: