From af867cb26c3699d5be5a02217b4018fdd91ee544 Mon Sep 17 00:00:00 2001 From: Gittenburg Date: Sun, 21 Jun 2020 20:55:52 +0200 Subject: [PATCH] recent_topics: Fix buggy scrolling. The knob of the scroll bar scrolled out of view in both Firefox and Chromium and on Firefox it even cut off the last entry. Fixes #15511. --- static/styles/recent_topics.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/styles/recent_topics.scss b/static/styles/recent_topics.scss index 918ff38ff0..a874b91a0d 100644 --- a/static/styles/recent_topics.scss +++ b/static/styles/recent_topics.scss @@ -56,6 +56,8 @@ margin: 0px; padding: 15px; overflow: hidden !important; + display: flex; + flex-direction: column; a { color: hsl(205, 47%, 42%); @@ -85,7 +87,6 @@ padding: 10px; padding-top: 0px !important; overflow-y: auto; - max-height: 100%; } .table_fix_head table {