misc: restore content overflow rules (#62249)

This commit is contained in:
Frédéric Péters 2022-02-28 16:16:31 +01:00
parent 4e08feaa91
commit 71f1cd294c
1 changed files with 2 additions and 0 deletions

View File

@ -442,6 +442,8 @@ div#main-content {
margin: 1rem;
min-height: 90vh;
position: relative;
overflow-x: auto;
overflow-y: hidden;
box-sizing: border-box;
@media screen and (max-width: $mobile-limit) {
border-width: 0 0 1px 0;