mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
feat: limit visualization to 100 elements
This commit is contained in:
parent
ffd6f7e41a
commit
3e6057e624
2 changed files with 10 additions and 0 deletions
|
@ -12,6 +12,7 @@ body {
|
|||
background-color: hsl(208, 73%, 43%);
|
||||
color: white;
|
||||
min-height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
* {
|
||||
box-sizing: inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue