User select all makes selection more annoying

This commit is contained in:
Jade Ellis 2024-04-10 15:46:32 +01:00
parent 6c03ee7f59
commit e12f25503e

View file

@ -81,6 +81,6 @@
padding: 4px 2px 4px 6px;
font-size: 1rem;
scrollbar-gutter: stable;
user-select: all;
/* user-select: all; */
}
</style>