1 2 3 4 5 6 7 8 9 10
import { style } from "@vanilla-extract/css" /** * Canvas wrapper/container that fills its parent * Used by both graph-canvas and graph-webgl-canvas */ export const canvasWrapper = style({ position: "absolute", inset: 0, })