- function resizePanels() {
- $('.panel').height($(window).height() - $('.panel').position().top);
- $('#right-panel-wrap').width($(window).width() - $('#left-panel-wrap').outerWidth());
- }
+// function resizePanels() {
+// // called on resize
+// $('.panel').height($(window).height() - $('.panel').position().top);
+// $('.panel-contents').height($(window).height() - $('.panel-contents').position().top);
+// $('#right-panel-wrap').width($(window).width() - $('#left-panel-wrap').outerWidth());
+// }