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> <style>
html, body { html, body {
margin: 0; margin: 0;
overflow: clip;
} }
#pie canvas { #pie canvas {
max-width: 20vw; max-width: 20vw;
max-height: 20vh; max-height: 20vh;
position: absolute; position: absolute;
opacity: 90%; opacity: 90%;
top: 10px;
left: 10px;
} }
#area canvas { #area canvas {
width: 100vw; width: 100vw;