mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +08:00
fixes drag connections area
This commit is contained in:
parent
86ed4c18d8
commit
126cf0c210
1 changed files with 1 additions and 2 deletions
|
@ -161,7 +161,6 @@ path, ._jsPlumb_endpoint {
|
||||||
.module {
|
.module {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
height: 130px;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 290px;
|
width: 290px;
|
||||||
|
|
||||||
|
@ -174,7 +173,7 @@ path, ._jsPlumb_endpoint {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.panel-body {
|
.panel-body {
|
||||||
height: 45px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ep {
|
.ep {
|
||||||
|
|
Loading…
Reference in a new issue