✨ style: prevent header anchor selection
- Add `user-select: none` to .zola-anchor class in CSS
This commit is contained in:
parent
25a8374edc
commit
14997045d8
@ -32,6 +32,7 @@ iframe {
|
|||||||
padding-right: 0.45em;
|
padding-right: 0.45em;
|
||||||
padding-left: 0.4em;
|
padding-left: 0.4em;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:hover .zola-anchor,
|
h1:hover .zola-anchor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user