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
I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
What happened?
The Pane component does not respect its parent size. When putting ix-pane in a parent div, ix-pane bleeds out of the parent div. This is due to position: absolute which is set on the :host of the pane component. When overriding positioning and setting it to unset, the sizing occurs as expected and the Pane respects its parent size.
Prerequisites
What happened?
The Pane component does not respect its parent size. When putting ix-pane in a parent div, ix-pane bleeds out of the parent div. This is due to position: absolute which is set on the :host of the pane component. When overriding positioning and setting it to unset, the sizing occurs as expected and the Pane respects its parent size.
This StackBlitz illustrates the issue: https://stackblitz.com/edit/ix-pane-positioning
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
v2.1.2
Code to produce this issue.
The text was updated successfully, but these errors were encountered: