Skip to content

Commit a7dc8cb

Browse files
committed
chore: increase viewport resize transition speed + remove 3D transform on resizer handle background to try and address UI quirk in IE 11
1 parent 41b11af commit a7dc8cb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

packages/uikit-workshop/src/scripts/lit-components/pl-viewport/pl-viewport.scss

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pl-iframe {
9494
}
9595

9696
.is-animating {
97-
transition: all 0.7s linear;
97+
transition: all 0.2s linear;
9898
}
9999

100100
/**
@@ -189,15 +189,9 @@ pl-iframe {
189189
height: 100%;
190190
align-items: center;
191191
position: fixed;
192-
top: 50vh;
192+
top: 0;
193193
bottom: 0;
194-
transform: translate3d(0, -50%, 0);
195194
width: $pl-resizer-width;
196-
// background: white;
197-
// border-left-width: 1px;
198-
// border-left-style: solid;
199-
// border-left-color: #ccc;
200-
// border-left-color: var(--theme-border,#ccc);
201195
}
202196

203197
&:active {

0 commit comments

Comments
 (0)