mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-05 21:14:26 -04:00
fix monitor list jumping to top on route change
This commit is contained in:
parent
3ad736692f
commit
2776f942ab
3 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue