aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAndreeaRadoescu <randreea23@gmail.com>2022-03-14 22:19:20 +0100
committerAndreeaRadoescu <randreea23@gmail.com>2022-03-14 22:19:20 +0100
commit5235eeb1e002401390fa04600848afe0ecd910e5 (patch)
tree362aa25c78f00e91fcc66fdd043381fb636e644a /style.css
parent81071b5152b1c835778390d3bdd21034065d4529 (diff)
added scroll bar to nav elementHEADmaster
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/style.css b/style.css
index 6a4a56b..5f1ca6c 100644
--- a/style.css
+++ b/style.css
@@ -127,6 +127,8 @@ nav {
left: 0;
top: 41px;
height: 100%;
+ overflow-x: hidden;
+ overflow-x: auto;
}
nav ul {