Skip to content

Commit

Permalink
Corrected root margin for observer to correctly hide weeknumber post …
Browse files Browse the repository at this point in the history
…resizing
  • Loading branch information
jeppekroghitk committed Jan 17, 2025
1 parent 90403b9 commit 06dcea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/timeTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jQuery(document).ready(function ($) {
".timetable-scroll-container.overflowing",
),
threshold: 1,
rootMargin: "0% 0% 0% -566px",
rootMargin: "0% 0% 0% -595px",
},
);

Expand Down
2 changes: 1 addition & 1 deletion dist/js/timeTable.js

Large diffs are not rendered by default.

0 comments on commit 06dcea9

Please sign in to comment.