Fix overflow issues

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-22 10:03:22 +02:00
parent 2873bf6c3c
commit 8695beb7ca
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ limitations under the License.
bottom: 16px;
z-index: 100; // To be above the primary feed
height: 100%;
overflow: auto;
height: calc(100% - 32px); // Subtract the top and bottom padding
width: 20%;
display: flex;