glass fix

This commit is contained in:
Yuri Kuznetsov
2022-08-29 14:10:53 +03:00
parent 571ccc08d4
commit 4976ebe89e
+13
View File
@@ -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);
}