Use vendor specific use-select to make Safari happy

Fixes #83600
This commit is contained in:
Matt Bierner
2019-10-29 16:43:35 -07:00
parent 3615f50cd2
commit 175b3fefd7

View File

@@ -21,6 +21,7 @@ body img {
.container {
padding: 5px 0 0 10px;
box-sizing: border-box;
-webkit-user-select: none;
user-select: none;
}