Skip to content

Commit

Permalink
short-term fix for navigation scrolling issue openframeworks#255.
Browse files Browse the repository at this point in the history
  • Loading branch information
Feature Creature committed Mar 29, 2019
1 parent 0b7bb33 commit 6c1b88d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/style/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 6c1b88d

Please sign in to comment.