From b0a3f3c60482b69a57f6f283c3b4d5afe9df0b01 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Fri, 8 Feb 2013 17:59:20 +0100 Subject: [PATCH] =?UTF-8?q?add=20fallback=20for=20Opera=20because=20it=20d?= =?UTF-8?q?oesn=E2=80=99t=20support=20calc.=20See=20#49?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 17ea20f4..6c311979 100644 --- a/style.css +++ b/style.css @@ -146,6 +146,7 @@ em { #chat > div { overflow-x:hidden; overflow-y:scroll; + height: 100%; /* fallback for Opera which doesn’t support calc */ height: calc(100% - 4px); height: -webkit-calc(100% - 4px); height: -moz-calc(100% - 4px);