fix(ui): allow context chip dropdowns to overflow topbar secondary row
The overflow-x: auto / overflow-y: hidden on .topbar__row--secondary clipped the absolutely-positioned dropdown panels from ContextChipsComponent, making Region/Env/Window/Stage filters invisible when opened. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -223,13 +223,7 @@ import { I18nService, UserLocalePreferenceService } from '../../core/i18n';
|
|||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
border-top: 1px solid var(--color-border-primary);
|
border-top: 1px solid var(--color-border-primary);
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
overflow-x: auto;
|
overflow: visible;
|
||||||
overflow-y: hidden;
|
|
||||||
scrollbar-width: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.topbar__row--secondary::-webkit-scrollbar {
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 575px) {
|
@media (max-width: 575px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user