mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 07:00:53 +00:00
左上角按钮 不灵敏, 因为topDrag2挡住了
This commit is contained in:
@@ -1 +1 @@
|
||||
{"version":"0.7.1","updatedTime":"2015-10-16T07:11:51.505Z"}
|
||||
{"version":"0.7.0.1","updatedTime":"2015-10-16T07:11:51.505Z"}
|
@@ -1813,6 +1813,7 @@ body {
|
||||
#topDrag2 {
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
margin-left: 67px;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
|
@@ -1594,7 +1594,7 @@ body.init #pageInner {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 60px;
|
||||
right: auto;
|
||||
right: 140px;
|
||||
height: 40px;
|
||||
z-index: 1000;
|
||||
cursor: move;
|
||||
@@ -1602,6 +1602,7 @@ body.init #pageInner {
|
||||
#topDrag2 {
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
margin-left: 67px;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
.no-info {
|
||||
|
Reference in New Issue
Block a user