add max height to notification dropdown and make it scroll

This commit is contained in:
Andreas Nedbal 2022-12-23 00:58:15 +01:00 committed by Andreas Nedbal
parent 538eaecd86
commit 7ab4214a14
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
min-width: unset;
right: unquote("calc(env(safe-area-inset-right) + 8px)");
width: unquote("calc(100vw - (8px + env(safe-area-inset-right)) - (8px + env(safe-area-inset-left)))");
max-height: calc(100% - 40px - 2rem);
overflow-y: scroll;
.dropdown-item {
padding: 8px;