forked from deepStateMirrors/tabi
✨ style: prevent header anchor selection
- Add `user-select: none` to .zola-anchor class in CSS
This commit is contained in:
parent
25a8374edc
commit
14997045d8
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ iframe {
|
|||
padding-right: 0.45em;
|
||||
padding-left: 0.4em;
|
||||
opacity: 0;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
h1:hover .zola-anchor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue