Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* calculator.net - Text-selection UI interrupts users
*
* The text-selection copy/paste UI is not disabled on the keys of the
* calculator, which can lead to frustration. This CSS prevents that.
*/
#sciout :has(.scinm) {
user-select: none;
}