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
As an ESL Popup consumer, I want to have the ability to set up popup in the manner to be placed over the trigger.
Currently, we have only position attributes. An example of a top position. It means placing a popup out of the trigger at the top.
Proposal to add position-origin attribute with values "outer" (default and current behavior) and "inner". This attribute doesn't affect the side and direction of the popup placement. It defines the side of the trigger from which popup placing begins. So position-origin="inner" is used for cases when popup over the trigger.
The text was updated successfully, but these errors were encountered:
As an ESL Popup consumer, I want to have the ability to set up popup in the manner to be placed over the trigger.
Currently, we have only
position
attributes. An example of a top position. It means placing a popup out of the trigger at the top.Proposal to add
position-origin
attribute with values "outer" (default and current behavior) and "inner". This attribute doesn't affect the side and direction of the popup placement. It defines the side of the trigger from which popup placing begins. Soposition-origin="inner"
is used for cases when popup over the trigger.The text was updated successfully, but these errors were encountered: