Fixed hidden section help
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user