Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.

Bugfix: Chat box no longer cuts off last character. Fixes #10 #16

Merged
merged 1 commit into from
Jun 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bugfix: Chat box no longer cuts off last character. Fixes #10
  • Loading branch information
arxanas committed Jun 10, 2016
commit 9b6d3bdd774b39b1cad025fe6ea77f9c7cbc46c9
1 change: 1 addition & 0 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 194,7 @@ input[type=button]:disabled:active, button:disabled:active {
flex-direction: column;
height: 100%;
position: fixed;
right: 5px;
top: 0;
width: 25%;
z-index: 0;
Expand Down