diff --git a/frontend/less/glass/custom.less b/frontend/less/glass/custom.less index 25452473c0..65098566ca 100644 --- a/frontend/less/glass/custom.less +++ b/frontend/less/glass/custom.less @@ -156,6 +156,19 @@ body { backdrop-filter: blur(1px); } +.page-header { + .page-header-column-1 { + &.no-break-words { + .header-breadcrumbs.overlapped { + &:after { + background: none; + backdrop-filter: blur(1px); + } + } + } + } +} + select.form-control > option { background-color: var(--dropdown-bg); }