mirror of https://github.com/nealey/vail.git
Safari kludge for button text select
This commit is contained in:
parent
e60cb074f0
commit
92c7439ea5
|
@ -13,6 +13,7 @@
|
|||
width: 100%;
|
||||
height: 6em;
|
||||
user-select: none;
|
||||
-webkit-user-select: none; /* 2022-04-26 Safari still needs this */
|
||||
}
|
||||
|
||||
.center {
|
||||
|
|
Loading…
Reference in New Issue