Skip to content

Commit

Permalink
Set container height relative to window
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Kayacan committed Dec 17, 2021
1 parent e64d2f5 commit 228e07b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/new/set-container-height-relative-to-window.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
onAfterRendering: function(){
var iHeight = $(window).height() - 400;
this.byId("wizardNavContainer").setHeight(iHeight + "px");
},

0 comments on commit 228e07b

Please sign in to comment.