Skip to content

Commit 1fd4987

Browse files
committed
Ensure drag-able widget for blocks resize is visible.
1 parent 097dd4d commit 1fd4987

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@
1313
min-width: 570px;
1414
overflow: auto;
1515
resize: horizontal;
16+
padding-right: 10px;
17+
}
18+
19+
#blockly:after {
20+
border-top: 0.5em solid transparent;
21+
border-left: 0.5em solid transparent;
22+
border-right: 0.5em solid #888;
23+
border-bottom: 0.5em solid #888;
24+
position: absolute;
25+
right: 0;
26+
bottom: 0;
27+
content: '';
28+
cursor: ew-resize;
1629
}
1730

1831
/* Re-usable, generic rules */

0 commit comments

Comments
 (0)