mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-13 22:57:22 +00:00
解决windows下PgDown, PgUp导致视图上移左偏
This commit is contained in:
@@ -19,4 +19,9 @@ html, body {
|
||||
overflow: hidden;
|
||||
border-radius: 0;
|
||||
background-color: rgba(247, 249, 250, 0.99);
|
||||
}
|
||||
|
||||
// 解决windows下PgDown, PgUp导致视图上移左偏
|
||||
#topDrag2 {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user