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.
This commit is contained in:
Gittenburg 2020-06-21 20:55:52 +02:00 committed by Tim Abbott
parent 8333e11378
commit af867cb26c
1 changed files with 2 additions and 1 deletions

View File

@ -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 {