Fixing edge bug

This commit is contained in:
Jake Archibald
2018-10-16 12:31:10 +01:00
parent f42427cf13
commit 3aaf4a279c

View File

@@ -55,11 +55,12 @@ two-up[legacy-clip-compat] > :not(.two-up-handle) {
border-radius: calc(var(--thumb-size) * 0.08);
box-shadow: 0 1px 4px rgba(0,0,0,0.1);
color: var(--thumb-color);
box-sizing: border-box;
padding: 0 48%;
}
.scrubber svg {
flex: 1;
margin: 0 25%;
}
two-up[orientation='vertical'] .two-up-handle {