From b1dd3933e276b229c65af27e0a72afdc3a178584 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 7 Aug 2020 11:16:46 +0100 Subject: [PATCH] WIP --- src/ui/web/css/layout.css | 4 ++-- src/ui/web/css/left-panel.css | 2 +- src/ui/web/css/main.css | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ui/web/css/layout.css b/src/ui/web/css/layout.css index b49955ec..feafbb59 100644 --- a/src/ui/web/css/layout.css +++ b/src/ui/web/css/layout.css @@ -51,7 +51,7 @@ body { } .RoomPlaceholderView, .RoomView { - flex: 1 0 0; + flex: 1 0 0px; min-width: 0; } @@ -71,7 +71,7 @@ body { } .TimelinePanel ul { - flex: 1 0 0; + flex: 1 0 0px; } .RoomHeader { diff --git a/src/ui/web/css/left-panel.css b/src/ui/web/css/left-panel.css index e8f82cc5..443ffaeb 100644 --- a/src/ui/web/css/left-panel.css +++ b/src/ui/web/css/left-panel.css @@ -49,7 +49,7 @@ limitations under the License. .LeftPanel div.description { margin: 0; - flex: 1 1 0; + flex: 1 1 0px; min-width: 0; } diff --git a/src/ui/web/css/main.css b/src/ui/web/css/main.css index 7565d353..56f51fc0 100644 --- a/src/ui/web/css/main.css +++ b/src/ui/web/css/main.css @@ -30,6 +30,8 @@ limitations under the License. color: white; /* make sure to disable rubber-banding and pull to refresh in a PWA if we'd end up having a scrollbar */ overscroll-behavior: none; + /* disable rubberband scrolling on document in IE11 */ + overflow: hidden; } .hiddenWithLayout {