1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Documentation

This commit is contained in:
squidfunk 2020-03-16 12:03:04 +01:00
parent 1b07bef1c5
commit b7c3798fd7
2 changed files with 1 additions and 2 deletions

View File

@ -79,7 +79,7 @@ export function watchHeader(
const styles = getComputedStyle(el)
const sticky = [
"sticky", /* Modern browsers */
"-webkit-sticky" /* Old Safari */
"-webkit-sticky" /* Safari */
].includes(styles.position)
return of({
sticky,

View File

@ -61,7 +61,6 @@
summary {
@extend .admonition-title;
// Hack: set to block, so Firefox doesn't render marker
outline: none;
cursor: pointer;