mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 01:02:42 -04:00
Fixed disappearance of header shadow on iOS
This commit is contained in:
@@ -77,7 +77,7 @@ export function mountTabs(
|
||||
if (screen) {
|
||||
return watchViewportFrom(el, { header$, viewport$ })
|
||||
.pipe(
|
||||
paintHideable(el, 20),
|
||||
paintHideable(el, 10),
|
||||
map(hidden => ({ hidden }))
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user