adding scrollbar support
This commit is contained in:
committed by
Ezequiel Bergamaschi
parent
23611c8d54
commit
fdf041e8b1
@@ -121,6 +121,12 @@
|
||||
$('#pPageBtn').click(function () {
|
||||
$('#mindmapListTable_previous').click();
|
||||
});
|
||||
|
||||
//setting max heigth to ul filters...
|
||||
var maxHeight = $(".row-fluid:not(:hidden)").height() - $("#footerContainer").height()*2 - 20;
|
||||
$("#foldersContainer ul").css('overflow', 'auto');
|
||||
$("#foldersContainer ul").height(maxHeight);
|
||||
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user