summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-10 09:27:38 -0400
committerDavid Gay <david@davidgay.org>2021-06-10 09:27:38 -0400
commitd4311291581f57cce1789155cc8ce8ae6fd80162 (patch)
tree5f513ba07f6c8ec5d02b2075b96c20bebe632f73 /app/views/layouts
parentf00aea423bafe7889c7bcc8d85b3561e2c9606d9 (diff)
Start results div scrolled to bottom on page changes
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 309dc29..048a6ed 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -40,6 +40,8 @@
</div>
<div class="game-container-box overflow-auto text-sm p-2 flex-grow" id="result_output"
style="max-height: 60%"
+ data-controller="results"
+ data-results-target="output"
data-turbolinks-permanent>
</div>
</div>