From 6c1b88d80e2ca0447c48c48e5be4430788265e21 Mon Sep 17 00:00:00 2001 From: Feature Creature Date: Sat, 30 Mar 2019 01:47:52 +0700 Subject: [PATCH] short-term fix for navigation scrolling issue #255. --- static/style/_navbar.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/style/_navbar.scss b/static/style/_navbar.scss index 8883d913..b21185be 100644 --- a/static/style/_navbar.scss +++ b/static/style/_navbar.scss @@ -10,7 +10,14 @@ nav { position: fixed; top: 70px; width: 230px; + + max-height: 425px; + overflow-y: scroll; + scroll-behavior: smooth; + direction: rtl; + ul#nav-parts { + direction: ltr; color: rgba(128,128,128,1); font-weight: 100; line-height: 140%;