Merge pull request #4883 from dokku/scroll-versions

Enable vertical scrolling on the version selector
This commit is contained in:
Jose Diaz-Gonzalez
2021-10-24 20:37:49 -04:00
committed by GitHub

View File

@@ -540,7 +540,9 @@ ul.fas li .fa-large:before, ul.fas li .fa-large:before {
bottom: 20px;
display: block;
left: auto;
max-height: 600px;
max-width: 300px;
overflow: scroll;
right: 20px;
width: auto;
}