unbreak chat scrolling a bit

This commit is contained in:
Thibault Duplessis 2013-05-31 18:31:03 +02:00
parent 342509b4a1
commit a4116f16d3
4 changed files with 4 additions and 5 deletions

View file

@ -7,7 +7,7 @@ import controllers.routes
trait AssetHelper {
val assetVersion = 19
val assetVersion = 20
def cssTag(name: String) = css("stylesheets/" + name)

View file

@ -10,7 +10,7 @@
class="toggle_chat"
type="checkbox" />
</div>
<div class="lichess_chat_inner">
<div>
<ol class="lichess_messages content">@content</ol>
<form action="#">
<input class="lichess_say" value="" placeholder="@trans.talkInChat()" />

View file

@ -541,8 +541,8 @@ div.lichess_chat .lichess_messages {
border-top: none;
overflow: hidden;
}
div.lichess_chat:hover .lichess_messages {
overflow: auto;
div.lichess_chat .lichess_messages:hover {
overflow-y: auto;
}
div.lichess_chat form {

1
todo
View file

@ -69,7 +69,6 @@ the forum search user:mephostophilis returns no result
check team average elo http://en.lichess.org/inbox/benuegti#bottom
if game ends during move -> bug
LilaError['[analysis] fred65 already analyses ueogn4fr, won't process ueogn4fr']
hover chat hides bottom text http://en.lichess.org/tournament/5pk3ui7q
---