Skip to content

Commit

Permalink
fix(announcements): announcement menu open location adjustment (#27793)
Browse files Browse the repository at this point in the history
* #27685 Fix for the location

* Adding fix to location
  • Loading branch information
manuelrojas committed Mar 1, 2024
1 parent 8328aa1 commit acfd3ab
Showing 1 changed file with 9 additions and 3 deletions.
@@ -1,9 +1,6 @@
@use "variables" as *;

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

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

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

0 comments on commit acfd3ab

Please sign in to comment.