mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
fix the min height of monitor list
This commit is contained in:
@@ -99,7 +99,7 @@ export default {
|
||||
.list {
|
||||
margin-top: 25px;
|
||||
height: auto;
|
||||
min-height: calc(100vh - 200px);
|
||||
min-height: calc(100vh - 240px);
|
||||
|
||||
.item {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user