mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 15:40:15 +01:00
Documentation
This commit is contained in:
parent
1b07bef1c5
commit
b7c3798fd7
@ -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,
|
||||
|
@ -61,7 +61,6 @@
|
||||
summary {
|
||||
@extend .admonition-title;
|
||||
|
||||
// Hack: set to block, so Firefox doesn't render marker
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user