mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 16:14:45 +08:00
commit
0fd54e6be2
@ -591,8 +591,12 @@ $(window).load(function(){
|
||||
});
|
||||
});
|
||||
|
||||
$(window).on('resize', function(){
|
||||
function resizeScrollbox() {
|
||||
on_resize_width = $("#sidebar-admin").width();
|
||||
$("#scrollbox").removeAttr("style");
|
||||
$("#scrollbox").css("width", on_resize_width);
|
||||
});
|
||||
}
|
||||
|
||||
$(window).on('resize', resizeScrollbox);
|
||||
$('a[data-toggle="tab"]').on('shown.bs.tab', resizeScrollbox);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user