Skip to content

Commit 2729898

Browse files
author
Nathan Walton
committed
Make curve visible outside normal bounding box even when normalise.css is present.
1 parent fdbd787 commit 2729898

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/css/blocks/curve-editor.postcss.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
box-shadow: 2px 2px 2px rgba(0,0,0,.38);
1414

1515
$gap : 10;
16+
17+
svg, svg:not(:root) { /* Override normalise.css */
18+
overflow: visible;
19+
}
20+
1621
&__left {
1722
position: absolute;
1823
width: calc( 42 * $PX );

0 commit comments

Comments
 (0)