From 33b9a11e6517e2cd58e9e7f9516504a66653b364 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 26 Feb 2015 22:05:52 -0800 Subject: [PATCH] Always overflow: auto --- stylesheets/_conversation.scss | 3 +-- stylesheets/manifest.css | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 5be9b9b9..afbf61e0 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -54,10 +54,9 @@ .message-list { - max-height: 100%; margin: 0; padding: 1em 0; - overflow-y: scroll; + overflow-y: auto; .timestamp { cursor: pointer; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 0d5e1d78..62d44187 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -317,10 +317,9 @@ input.new-message { content: "✓"; } .message-list { - max-height: 100%; margin: 0; padding: 1em 0; - overflow-y: scroll; } + overflow-y: auto; } .message-list .timestamp { cursor: pointer; } .message-list .timestamp:hover {