Skip to content

Commit

Permalink
Fix the text bar to the bottom (#74)
Browse files Browse the repository at this point in the history
This way, the tinker page looks and behaves like a real chat app. Otherwise scroll is acting weird if the conversation is long enough
  • Loading branch information
Lloople authored and mpociot committed Nov 21, 2018
1 parent 4247487 commit 8855bdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/views/tinker.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
.content {
text-align: center;
}
#app {
position: absolute;
bottom: 10px;
}
</style>
</head>
<body>
Expand All @@ -40,4 +45,4 @@

<script src="/js/app.js"></script>
</body>
</html>
</html>

0 comments on commit 8855bdd

Please sign in to comment.