diff --git a/examples/admin/duel.html b/examples/admin/duel.html index 820169f3..df811928 100644 --- a/examples/admin/duel.html +++ b/examples/admin/duel.html @@ -33,16 +33,28 @@ z-index: 9999; background: brown; color: white; - position: fixed; + position: absolute; top: 0; left: 0; right: 0; bottom: 0; + width: 100%; + height: 100%; } .player input, .player button { font-size: 18pt; } + +