portal: allow sidebar to scroll on smaller screens

This commit is contained in:
Iain Learmonth 2022-05-13 09:39:38 +01:00
parent d7091ead5a
commit 16bec7c269

View file

@ -24,6 +24,8 @@ body {
z-index: 100; /* Behind the navbar */
padding: 48px 0 0; /* Height of navbar */
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}
@media (max-width: 767.98px) {