From 6c2db18be150eb6410f1e3a148057b81dcae8093 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 14 Aug 2014 02:13:14 +0100 Subject: completely change the CSS to be an entirely 'position: absolute' layout rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions. --- webclient/room/room.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'webclient/room/room.html') diff --git a/webclient/room/room.html b/webclient/room/room.html index 87d3458af5..51af54e7b2 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -1,6 +1,7 @@
+
{{ room_alias || room_id }} @@ -12,7 +13,8 @@ -
{{ info.displayname || name }}
+ +
@@ -44,6 +46,7 @@
+
@@ -53,7 +56,7 @@ {{ state.user_id }} - + @@ -85,7 +88,5 @@
- - -- cgit 1.4.1