1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
* { } .index > div { margin: 1rem; padding: 1rem; max-height: calc(100% - 2rem); overflow: scroll; background: rgba(64,12,64,0.9); } .graphIndex { display: flex; flex-direction: column; } .graphIndex > * { margin-bottom: 0.5rem; }