website: fix for touch devices
This commit is contained in:
parent
2a6051f020
commit
fc5a5cdf27
1 changed files with 2 additions and 0 deletions
|
|
@ -162,6 +162,8 @@ h1 {
|
|||
box-shadow: inset -1px -1px 0 var(--gridColor);
|
||||
|
||||
cursor: cell;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
/* for window width >= 1600 */
|
||||
@media only screen and (min-width: 1599px) {
|
||||
|
|
|
|||
Reference in a new issue