Tldraw/packages/dev/src/styles.css

9 wiersze
77 B
CSS

html,
* {
box-sizing: border-box;
}
body {
overscroll-behavior: none;
}