Fill pane
This commit is contained in:
parent
19c0652ab8
commit
cbdaa90f36
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue