From d37b46ff06fd01cee8505b8e0c27378a838e4bd4 Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 25 Feb 2021 22:09:32 +0100 Subject: [PATCH] make navbar scroll horizontally on overflow --- _sass/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/style.scss b/_sass/style.scss index 1e7ecea..212c16a 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -133,6 +133,8 @@ a { nav { border-bottom: thin solid $color-primary; + overflow-x: auto; + white-space: nowrap; ul { list-style-type: none;