mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
fixes version switcher height
The panel expands to a max-height of 600, and shrinks to 100vh - 100px on browsers with height smaller than 600px.
This commit is contained in:
@@ -540,6 +540,7 @@ ul.fas li .fa-large:before, ul.fas li .fa-large:before {
|
||||
bottom: 20px;
|
||||
display: block;
|
||||
left: auto;
|
||||
height: calc(100vh - 100px);
|
||||
max-height: 600px;
|
||||
max-width: 300px;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user