From 8855bdd317c8622f3dc3be530524c4c0b04844d8 Mon Sep 17 00:00:00 2001 From: David Llop Date: Wed, 21 Nov 2018 16:51:36 +0100 Subject: [PATCH] Fix the text bar to the bottom (#74) This way, the tinker page looks and behaves like a real chat app. Otherwise scroll is acting weird if the conversation is long enough --- resources/views/tinker.blade.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/views/tinker.blade.php b/resources/views/tinker.blade.php index 102ff79..8ca5224 100644 --- a/resources/views/tinker.blade.php +++ b/resources/views/tinker.blade.php @@ -29,6 +29,11 @@ .content { text-align: center; } + + #app { + position: absolute; + bottom: 10px; + } @@ -40,4 +45,4 @@ - \ No newline at end of file +