Allow scroll for entries on traffic info page

This commit is contained in:
André Wahlberg 2020-11-27 13:58:01 +01:00
parent a3810491e9
commit 1067277cb8

View File

@ -4,4 +4,5 @@ main {
display: flex; display: flex;
flex-flow: column; flex-flow: column;
justify-content: space-evenly; justify-content: space-evenly;
overflow: hidden scroll;
} }