diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 81f2fa802..c1dfec27e 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -1175,7 +1175,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { .alphabetPicker { position: fixed; right: 0; - bottom: 5px; + bottom: 0; z-index: 999; text-align: center; font-size: 90%; @@ -1258,6 +1258,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons { } } +@media all and (min-height: 500px) { + + .alphabetPicker { + bottom: 5px; + } +} + @media all and (min-width: 1200px) { .itemsContainerWithAlphaPicker {