Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions web/src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,13 @@ div.leaflet-control-layers.coordinates {
}
#sidebar fieldset#worlds {
margin: -15px 0 0;
overflow-y: auto; /* Make the world list scrollable */
max-height: 50%; /* Allow both lists to co-exist in harmony */
}
#sidebar fieldset#players {
margin: 10px 0 0;
overflow-y: auto;
max-height: 50%; /* Allow both lists to co-exist in harmony */
}
#sidebar fieldset#players::-webkit-scrollbar {
width: 6px;
Expand Down