fix: status bar overflow cut off dropdowns in status bar

This commit is contained in:
2026-02-27 14:08:41 +01:00
parent 69b3f61073
commit ed0551be27
3 changed files with 69 additions and 10 deletions

View File

@@ -8,7 +8,6 @@
font-size: 12px;
padding: 0 8px;
user-select: none;
overflow: hidden;
flex-wrap: nowrap;
}
@@ -17,7 +16,6 @@
display: flex;
align-items: center;
gap: 4px;
overflow: hidden;
flex-shrink: 0;
}