This commit is contained in:
Yuri Kuznetsov
2022-07-27 14:40:51 +03:00
parent 3bf44c44a1
commit 586baeea14
+4 -1
View File
@@ -1884,6 +1884,9 @@ textarea.auto-height {
#notifications-panel {
> .panel {
overflow: hidden;
border-top-right-radius: 0;
.panel-heading {
.close-link {
display: none;
@@ -1894,7 +1897,6 @@ textarea.auto-height {
background-color: var(--dropdown-bg);
}
> .panel-body {
max-height: @navbar-panel-body-max-height;
overflow-y: auto;
@@ -2537,6 +2539,7 @@ table.table td.cell .html-container {
left: auto;
> .panel {
overflow: hidden;
border-color: var(--dropdown-border);
border-width: var(--dropdown-border-width);