mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 15:40:55 +08:00
fix monitor list jumping to top on route change
This commit is contained in:
@@ -89,8 +89,9 @@ export default {
|
||||
|
||||
.list {
|
||||
&.scrollbar {
|
||||
height: calc(100vh - 20px);
|
||||
overflow-y: scroll;
|
||||
min-height: calc(100vh - 240px);
|
||||
max-height: calc(100vh - 20px);
|
||||
overflow-y: auto;
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user