Commit dd9f89cc authored by yann300's avatar yann300

fix scrollbar on swap panel

parent 4c2ef72f
...@@ -84,6 +84,9 @@ const css = csjs` ...@@ -84,6 +84,9 @@ const css = csjs`
display : none; display : none;
height : 100%; height : 100%;
} }
.plugItIn > div {
overflow-y : auto;
}
.plugItIn.active { .plugItIn.active {
display : block; display : block;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment