fix: 取消user-select继承, fix #7

This commit is contained in:
lhyUnited 2021-03-27 15:43:21 +08:00
parent ca4684c270
commit d7f79ae689

View File

@ -5,6 +5,8 @@
border: 0;
font-size: 20px;
word-break: break-word;
// safari取消继承 issue #7
user-select: text;
::selection {
background-color: rgba(#d14424, 0.3);