NeoLegends / velocity-pwa

🚴‍♂️💨 An alternative https://velocity-aachen.de/menu
3 stars 3 forks source link

Margin between items in booking list is too big #8

Closed NeoLegends closed 5 years ago

NeoLegends commented 5 years ago

Right now we lazy load the list of previous rides using react-virtualized. However, react-virtualized requires a fixed and pre-defined height for each item inside the list to be able to do the layouting correctly. This value is currently set incorrectly.