Merged in ray-develop (pull request #16)
Ray develop * fix view and public mode, initial scale and body size * Merged develop into ray-develop * root container size now is defined with css * Merge branch 'ray-develop' of bitbucket.org:wisemapping/wisemapping-open-source into ray-develop Approved-by: Paulo Veiga
This commit is contained in:
committed by
Paulo Veiga
parent
a49b870f03
commit
8554fb7507
@@ -43,7 +43,7 @@
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#root {
|
||||
.mindplot-root {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="root">
|
||||
<div id="root" class="mindplot-root">
|
||||
<div id="mindplot" style={mindplotStyle} className="wise-editor"></div>
|
||||
<div id="mindplot-tooltips" className="wise-editor"></div>
|
||||
|
||||
|
Reference in New Issue
Block a user