diff --git a/src/app.scss b/src/app.scss index 30ea08b..a65fd05 100644 --- a/src/app.scss +++ b/src/app.scss @@ -33,7 +33,8 @@ padding-right: .5em; } .dropdown-menu { - max-height: calc(100vh - 60px);; + max-height: calc(100vh - 60px); + overflow-y: auto; } }