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
Basically to match parent so we can't cause oddities like this:
The above image is a GL window, but the content itself managed to push the entire GL outside of the parent bounds (can't see tabs, etc.)
This came from another group and I haven't had time to dig into how they did that at the moment, but removing the extra layer of abstraction can only help.
ng6-golden-layout/projects/ngx-golden-layout/src/lib/golden-layout.component.ts
Line 292 in 789bef6
If you injected the root element in the constructor, wouldn't that avoid the extra
ViewChild
div and potentially some our styling dimension oddities?The text was updated successfully, but these errors were encountered: