-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
needs: discussionFurther discussion with the team is needed before proceedingFurther discussion with the team is needed before proceeding
Description
Because of transform: translate3d(0, 0, 0)
on md-sidenav-layout
any element with position: fixed
inside it will act as if it had position: absolute
or static
instead. It's an expected behaviour, but it's annoying nevertheless.
Could we either remove that transform
from md-sidenav-layout
(it's only there because of performance I suppose), or add more examples to Portal
and mention it as a workaround in docs, since portal could probably solve this by basically putting the element that needs to be fixed next to the md-sidenav-layout
in the dom tree.
petrosalema, cortopy, sterlingfs, nirgn975, theely and 27 more
Metadata
Metadata
Assignees
Labels
needs: discussionFurther discussion with the team is needed before proceedingFurther discussion with the team is needed before proceeding