mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-15 15:23:19 +00:00
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bca2f31c42 | ||
|
|
9541ea2e64 | ||
|
|
fe5d694aeb | ||
|
|
d37c31ed36 |
@@ -64,6 +64,13 @@ $paperless-card-breakpoints: (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Popper may place a dropdown above its toggle when the virtual keyboard
|
||||||
|
// reduces the available viewport. Raise the toolbar while a menu is open so
|
||||||
|
// the menu isn't obscured by the fixed navbar.
|
||||||
|
:host ::ng-deep .sticky-top:has(.dropdown-menu.show) {
|
||||||
|
z-index: 1040;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 579.98px) {
|
@media (max-width: 579.98px) {
|
||||||
:host-context(main.mobile-search-hidden) .sticky-top {
|
:host-context(main.mobile-search-hidden) .sticky-top {
|
||||||
top: calc(3.5rem - 2px); // height of navbar only when search is hidden
|
top: calc(3.5rem - 2px); // height of navbar only when search is hidden
|
||||||
|
|||||||
@@ -9,5 +9,6 @@ export function pngxPopperOptions(config: Partial<Options>): Partial<Options> {
|
|||||||
padding: 10,
|
padding: 10,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user