Prevent selecting heading
This commit is contained in:
parent
b85cb585f9
commit
a6a7f5ba17
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ onMounted(() => {
|
|||
font-size: var(--font-size-xl);
|
||||
font-weight: var(--font-weight-medium);
|
||||
color: var(--color-text-primary);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.main-area {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue