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:
BK
2022-05-15 14:17:25 -07:00
committed by GitHub
parent 5e648c29ed
commit 712954560a

View File

@@ -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;