diff --git a/hamburgler.css b/hamburgler.css index b03a79f..1085239 100644 --- a/hamburgler.css +++ b/hamburgler.css @@ -74,6 +74,7 @@ position: fixed; width: 100%; height: 100%; + overflow: auto; background: rgba(0, 0, 0, 0.9); } .mobilenav li { @@ -90,4 +91,4 @@ } .mobilenav li:first-child { margin-top: 60px; -} \ No newline at end of file +}