All files / publisher/tour constants.ts

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 91x     1x   1x 1x 1x  
export const REM = parseFloat(
  getComputedStyle(document.documentElement).fontSize,
);
export const MASK_OFFSET = REM / 2; // .5rem  is a default spacing unit in Vanilla
 
export const SCROLL_MARGIN = 400; // if element highlighted element doesn't fit into this top/bottom area of the screen, we scroll it into view
export const SCROLL_OFFSET_TOP = 10;
export const SCROLL_OFFSET_BOTTOM = 10;