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%;