Skip to content

Commit 1d7ed7f

Browse files
authored
Merge pull request #9 from nwalton3/bugfix/normalisecss
Make curve visible outside bounding box even when normalise.css is present.
2 parents fdbd787 + 2729898 commit 1d7ed7f

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)