fix: viewer — axe Y chart min=0, viewer 55vh
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
body { background: #06060f; color: #ccc; font-family: 'Courier New', monospace;
|
||||
display: flex; flex-direction: column; height: 100vh; overflow: hidden; }
|
||||
|
||||
#viewer { position: relative; flex: 0 0 62vh; }
|
||||
#viewer { position: relative; flex: 0 0 55vh; }
|
||||
#viewer canvas { display: block; width: 100% !important; height: 100% !important; }
|
||||
|
||||
#legend {
|
||||
|
||||
Reference in New Issue
Block a user