Fill pane

This commit is contained in:
Neale Pickett 2024-01-12 14:00:48 -07:00
parent 19c0652ab8
commit cbdaa90f36
1 changed files with 3 additions and 0 deletions

View File

@ -8,12 +8,15 @@
<style>
html, body {
margin: 0;
overflow: clip;
}
#pie canvas {
max-width: 20vw;
max-height: 20vh;
position: absolute;
opacity: 90%;
top: 10px;
left: 10px;
}
#area canvas {
width: 100vw;