mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 12:52:39 +00:00
Next try to fix scrolling issues on shopping list compact view (again closes #453)
This commit is contained in:
@@ -360,7 +360,6 @@ $(".switch-view-mode-button").on('click', function(e)
|
|||||||
|
|
||||||
$("#shoppinglist-main").toggleClass("fullscreen");
|
$("#shoppinglist-main").toggleClass("fullscreen");
|
||||||
$("#shoppinglist-main").toggleClass("px-0 mx-0");
|
$("#shoppinglist-main").toggleClass("px-0 mx-0");
|
||||||
$("#shoppinglist-main").children(":first").toggleClass("px-0 mx-0");
|
|
||||||
$(".dataTables_scrollHeadInner").width(""); // Remove absolute width on element set by DataTables
|
$(".dataTables_scrollHeadInner").width(""); // Remove absolute width on element set by DataTables
|
||||||
$(".dataTables_scrollHeadInner table").width(""); // Remove absolute width on element set by DataTables
|
$(".dataTables_scrollHeadInner table").width(""); // Remove absolute width on element set by DataTables
|
||||||
$("body").toggleClass("fullscreen-card");
|
$("body").toggleClass("fullscreen-card");
|
||||||
|
Reference in New Issue
Block a user