Skip to content

Commit

Permalink
fix: overflow-x on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed May 29, 2024
1 parent 1aaede6 commit ac3afc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/deployment-eu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: mandatkollen-eu
image: ghcr.io/iteam1337/mandatkollen:0.67.11 # {"$imagepolicy": "flux-system:mandatkollen"}
image: ghcr.io/iteam1337/mandatkollen:0.67.13 # {"$imagepolicy": "flux-system:mandatkollen"}
command:
- /bin/sh
- -c
Expand Down
1 change: 1 addition & 0 deletions src/components/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ body {
display: flex;
margin: 15px 0;
overflow-x: auto;
overflow-y: hidden;
}

.LegendContainer > span {
Expand Down

0 comments on commit ac3afc6

Please sign in to comment.