Fixed hidden section help

This commit is contained in:
Rubén de Celis Hernández
2016-09-15 13:57:39 +02:00
parent 86c5ce5131
commit 676f96c5ee

View File

@@ -466,7 +466,12 @@ $(document).ready(function() {
setInterval(function() { setInterval(function() {
handleSaveLayout() handleSaveLayout()
}, timerSave) }, timerSave)
}) $('.popover-info').hover(function(){
$('.sidebar-nav').css('overflow', 'inherit');
}, function(){
$('.sidebar-nav').css('overflow', 'auto');
});
});
function saveHtml() function saveHtml()
{ {