mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
fix(stations): replaced toolbar from overflow (bugging statistics dropdown) to flex wrap
This commit is contained in:
@@ -156,12 +156,12 @@ export default defineComponent({
|
||||
|
||||
.stations-topbar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.5em;
|
||||
justify-content: space-between;
|
||||
overflow-x: auto;
|
||||
|
||||
position: relative;
|
||||
margin-bottom: 0.5em;
|
||||
position: relative;
|
||||
|
||||
& > div {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user