From 0d580cc1d2a6f8254f41127899ca75cb43ea879c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Sat, 22 Feb 2014 11:14:07 +0000 Subject: [PATCH] Fix scrolling on mobile devices Previously, we were scrolling the div, not its contents, as it grew infinitely. --- css/glowingbear.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index a98992c..0149750 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -346,12 +346,12 @@ table.notimestamp td.time { position: relative; min-height: 0; margin-left: 0; - height: auto; max-width: 100%; border: 0; } #nicklist { + height: auto; width: 160px; text-align: center; -webkit-box-shadow: 0px 0px 120px #000; @@ -362,10 +362,6 @@ table.notimestamp td.time { bottom: 0px; } - #bufferlines { - padding-bottom: 38px; /* navbar fixed bottom */; - } - .navbar-fixed-bottom { margin: 0; }