Skip to content

Commit bb5ff85

Browse files
committed
Enhance responsive design
1 parent 854e33d commit bb5ff85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/mpg.database.visualize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var MPG = {};
1414
MPG.visNetworkOptions = {
1515

1616
width: '100%',
17-
height: '400px',
17+
height: (window.innerHeight - 100) + 'px',
1818
nodes: {
1919
color: {
2020
background: "transparent",

0 commit comments

Comments
 (0)