fix(stations): replaced toolbar from overflow (bugging statistics dropdown) to flex wrap

This commit is contained in:
2025-12-13 02:18:35 +01:00
parent 907b75f12b
commit c0b892da97
+2 -2
View File
@@ -156,12 +156,12 @@ export default defineComponent({
.stations-topbar { .stations-topbar {
display: flex; display: flex;
flex-wrap: wrap;
gap: 0.5em; gap: 0.5em;
justify-content: space-between; justify-content: space-between;
overflow-x: auto;
position: relative;
margin-bottom: 0.5em; margin-bottom: 0.5em;
position: relative;
& > div { & > div {
display: flex; display: flex;