Browse Source

Add missing max-height for the building list

tags/v0.0.3
Fen Dweller 5 years ago
parent
commit
b6b5329dc6
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      gorge.css

+ 1
- 0
gorge.css View File

@@ -80,6 +80,7 @@ button {
#buildings-list {
overflow-x: hidden;
overflow-y: scroll;
max-height: 80vh;
}

@media (max-aspect-ratio: 1/1) {


Loading…
Cancel
Save