mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 取消user-select继承, fix #7
This commit is contained in:
parent
ca4684c270
commit
d7f79ae689
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user