From a18940aacf36197f67cd58f0fac5e9b5b14643d2 Mon Sep 17 00:00:00 2001 From: Humberto Rocha Date: Mon, 16 Jan 2023 17:54:23 -0500 Subject: [PATCH] Fix navbar not scrolling in mobile (#430) --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 7162d15..a141e31 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1733,6 +1733,7 @@ form .post { height: 100%; right: 0; top: var(--md-header-height); + overflow-y: auto; } .right-column nav {