浏览代码
Add missing max-height for the building list
tags/v0.0.3
找不到此签名对应的密钥
GPG 密钥 ID: E80B35A6F11C3656
共有
1 个文件被更改,包括
1 次插入 和
0 次删除
-
gorge.css
|
|
|
@@ -80,6 +80,7 @@ button { |
|
|
|
#buildings-list { |
|
|
|
overflow-x: hidden; |
|
|
|
overflow-y: scroll; |
|
|
|
max-height: 80vh; |
|
|
|
} |
|
|
|
|
|
|
|
@media (max-aspect-ratio: 1/1) { |
|
|
|
|