Open
Description
Description
The vaadin-split-layout
defines the style transform: translateZ(0)
. This causes problems for placing elements inside with position: fixed
.
It has been introduced in this commit. Is there a reason why it is there? It seems to be a workaround to force GPU rendering. It would be great if it could be removed, since it makes code using vaadin-split-layout
brittle. will-change addresses the same rendering issue as translateZ(0)
.
- Johannes