mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Next try to fix scrolling issues on shopping list compact view (again closes #453)
This commit is contained in:
parent
ad9f336035
commit
7235d9c0c9
@ -360,7 +360,6 @@ $(".switch-view-mode-button").on('click', function(e)
|
||||
|
||||
$("#shoppinglist-main").toggleClass("fullscreen");
|
||||
$("#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 table").width(""); // Remove absolute width on element set by DataTables
|
||||
$("body").toggleClass("fullscreen-card");
|
||||
|
Loading…
x
Reference in New Issue
Block a user