15 lines
336 B
CSS
15 lines
336 B
CSS
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Plus+Jakarta+Sans:wght@600;800&display=swap');
|
||
|
@import url('@tldraw/tldraw/tldraw.css');
|
||
|
@import url('./z-board.css');
|
||
|
|
||
|
.tldraw__editor {
|
||
|
position: fixed;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
bottom: 0px;
|
||
|
right: 0px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
overflow: hidden;
|
||
|
}
|