fix: Make footnotes unselectable to allow easy copying
This commit is contained in:
parent
1c040e9933
commit
6dd421a0d4
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ p {
|
|||
|
||||
sup {
|
||||
line-height: 0;
|
||||
|
||||
-ms-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue