We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c4e1a commit feec35eCopy full SHA for feec35e
frontend/src/components/standings/StandingsTable.tsx
@@ -74,7 +74,6 @@ class TeamGenericCol extends React.Component<TeamGenericColProps> {
74
</span>
75
);
76
const scrollWithOffset = (el: HTMLElement) => {
77
- console.log(el);
78
const yCoordinate = el.getBoundingClientRect().top + window.scrollY;
79
// FIXME: get the correct hight.
80
const yOffset = -80;
0 commit comments