Safari kludge for button text select

This commit is contained in:
Neale Pickett 2022-04-26 10:42:09 -06:00
parent e60cb074f0
commit 92c7439ea5
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
width: 100%;
height: 6em;
user-select: none;
-webkit-user-select: none; /* 2022-04-26 Safari still needs this */
}
.center {