Skip to content

Commit

Permalink
hard code height, does not work with css
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Ried committed Oct 18, 2023
1 parent 27be3ae commit 031652a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion app/view/window/image/VerovioImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Ext.define('EdiromOnline.view.window.image.VerovioImage', {

var me = this;

me.html = '<div id="' + me.id + '_rendCont" class="renderingViewContent"><iframe id="' + me.id +
me.html = '<div id="' + me.id + '_rendCont" style="height:100%;"><iframe id="' + me.id +
'_rendContIFrame" style="width:100%; height:100%; border:none; background-color:white;"></iframe></div>';

me.callParent();
Expand Down
4 changes: 0 additions & 4 deletions resources/css/verovio-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ body {
font-size: 0.8em;
}

.renderingViewContent {
height: 100%;
}

.annotTip {
margin: 10px;
}
Expand Down

0 comments on commit 031652a

Please sign in to comment.