Replies: 1 comment
-
If drop-downs are positioned properly after this change and the page scrolls fine too — then there are no adverse effects 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Inside the root/default route of my app, I am rendering a default component with a template wrapper of
height: 100%
the wrapper's child elements are also set withheight: 100%;
.After wrapping my
router-outlet
like belowapp.component.html
My content no longer fills the available height. I have then updated my stylesheet to give a height to the root element.
This fixed the effect of wrapping the router outlet with the
tui-root
.Would this have an adverse effect on the general layout?
Beta Was this translation helpful? Give feedback.
All reactions