diff --git a/frontend/src/components/window/StatusBar.svelte b/frontend/src/components/window/StatusBar.svelte index 75003e6f7e..4f110b0e1a 100644 --- a/frontend/src/components/window/StatusBar.svelte +++ b/frontend/src/components/window/StatusBar.svelte @@ -40,7 +40,12 @@ justify-content: space-between; .hints { - overflow: hidden; + overflow-x: auto; + scrollbar-width: none; + + &::-webkit-scrollbar { + display: none; + } --row-height: 24px; margin: 0 4px; max-width: calc(100% - 2 * 4px);