Unverified Commit 19ffe23d authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1580 from ethereum/yann300-patch-15

Update draggableContent.js
parents 29fdb108 b607fd19
...@@ -13,6 +13,7 @@ var css = csjs` ...@@ -13,6 +13,7 @@ var css = csjs`
width: 500px; width: 500px;
height: 500px; height: 500px;
border: 1px solid ${styles.appProperties.solidBorderBox_BorderColor}; border: 1px solid ${styles.appProperties.solidBorderBox_BorderColor};
overflow-y: hidden;
} }
.headerDraggableModal { .headerDraggableModal {
......
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