mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
make wide tables scrollable on mobile
This commit is contained in:
@ -5191,6 +5191,12 @@ jQuery(document).ready(function(){
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
var $tables = $("#content table");
|
||||
$tables.each(function(index, item) {
|
||||
var $table = $(item);
|
||||
$table.wrap("<div class=\"table-wrapper\">")
|
||||
});
|
||||
});
|
||||
|
||||
window.app = window.app || {};
|
||||
|
12
docs/js/footer.min.js
vendored
12
docs/js/footer.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user