Skip to content

Commit b141913

Browse files
committed
Add a 300px buffer for circle anomalies.
1 parent 5156c40 commit b141913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gwt/material/design/addins/client/cutout/MaterialCutOut.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public void open() {
309309
docStyle.setProperty("overflow", "hidden");
310310

311311
if(backgroundSize == null) {
312-
backgroundSize = body().width() + "px";
312+
backgroundSize = body().width() + 300 + "px";
313313
}
314314

315315
setupTransition();

0 commit comments

Comments
 (0)