Skip to content

Commit 69d3535

Browse files
committed
Close button on WebGL support popup
1 parent c543195 commit 69d3535

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/CheckWebGLSupport.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77

88
<br/><br/>
99
Please visit from another device.<br/>
10-
<button autofocus>Close</button>
10+
11+
<form method="dialog">
12+
<button autofocus>Close</button>
13+
</form>
1114
</dialog>
1215

1316

0 commit comments

Comments
 (0)