mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-12 21:44:21 -06:00
23 lines
324 B
SCSS
23 lines
324 B
SCSS
.dropdown-menu {
|
|
width: var(--pngx-toast-max-width);
|
|
}
|
|
|
|
.dropdown-menu .scroll-list {
|
|
max-height: 500px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
display: none;
|
|
}
|
|
|
|
.dropdown-item {
|
|
white-space: initial;
|
|
}
|
|
|
|
@media screen and (max-width: 400px) {
|
|
:host ::ng-deep .dropdown-menu-end {
|
|
right: -3rem;
|
|
}
|
|
}
|