diff --git a/examples/basic/index.html b/examples/basic/index.html index b243f66..3aa6df4 100644 --- a/examples/basic/index.html +++ b/examples/basic/index.html @@ -39,6 +39,13 @@ background: rgba(255,255,255,0.15); color: #eee; cursor: pointer; } #fullscreen-button.hidden { display: none; } + + #dispose-button { + position: absolute; top: 12px; left: 12px; z-index: 10; + padding: 8px 14px; border-radius: 6px; border: none; + background: rgba(220,38,38,0.85); color: #fff; cursor: pointer; + } + #dispose-button.hidden { display: none; }
@@ -54,6 +61,7 @@ +