﻿

#tirangaCanvas {
    position: fixed;
    top: 0;
    left: 0;
    /* Correct sizing */
    width: 100vw;
    height: 100vh;
    pointer-events: none; /* Allows clicking through */
    z-index: 9999;
}
