Skip to content

Commit 180b4d2

Browse files
authored
refactor!: remove transform: translateZ(0) from split-layout (#9664)
1 parent a2cd2e1 commit 180b4d2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/split-layout/src/styles/vaadin-split-layout-core-styles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const splitLayoutStyles = css`
99
:host {
1010
display: flex;
1111
overflow: hidden !important;
12-
transform: translateZ(0);
1312
}
1413
1514
:host([hidden]) {

packages/vaadin-lumo-styles/src/components/split-layout.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
:host {
88
display: flex;
99
overflow: hidden !important;
10-
transform: translateZ(0);
1110
}
1211

1312
:host([hidden]) {

0 commit comments

Comments
 (0)