1
0
Fork 0

fix: Make footnotes unselectable to allow easy copying

This commit is contained in:
Benedikt Bastin 2021-01-17 15:26:24 +01:00
parent 1c040e9933
commit 6dd421a0d4

View file

@ -37,6 +37,10 @@ p {
sup {
line-height: 0;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}