Skip to content

Commit

Permalink
#27685 Fix for the location
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelrojas committed Mar 1, 2024
1 parent 84d170e commit 5d5d8b8
Showing 1 changed file with 12 additions and 4 deletions.
@@ -1,10 +1,7 @@
@use "variables" as *;

.announcements__main-container {
max-height: 100vh;
overflow: auto;
display: block;
width: 24rem;
width: 24rem;
}

.announcements__list {
Expand Down Expand Up @@ -118,3 +115,14 @@
left: 39px;
top: 14px;
}


::ng-deep {
.toolbar-announcements__container {
&.p-overlaypanel {
max-height: 80vh;
overflow: auto;
}
}

}

0 comments on commit 5d5d8b8

Please sign in to comment.