Better sticky monitor list

This commit is contained in:
Louis Lam
2022-03-21 23:53:55 +08:00
parent 3adda48f3a
commit 4545eec3fe
2 changed files with 34 additions and 5 deletions

View File

@@ -348,11 +348,8 @@ textarea.form-control {
.monitor-list {
&.scrollbar {
min-height: calc(100vh - 240px);
max-height: calc(100vh - 30px);
overflow-y: auto;
position: sticky;
top: 10px;
height: calc(100% - 55px);
}
.item {