mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-10 17:03:56 +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 {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 130px;
|
||||
position: absolute;
|
||||
width: 290px;
|
||||
|
||||
|
@ -174,7 +173,7 @@ path, ._jsPlumb_endpoint {
|
|||
}
|
||||
}
|
||||
.panel-body {
|
||||
height: 45px;
|
||||
height: 90px;
|
||||
}
|
||||
|
||||
.ep {
|
||||
|
|
Loading…
Reference in a new issue