📝 Docs: 移除 Messenger 移动端预期外的蓝色遮罩 (#1842)

This commit is contained in:
StarHeart
2023-03-25 11:09:49 +08:00
committed by GitHub
parent c441ec7080
commit ec41b5f57f
2 changed files with 20 additions and 2 deletions

View File

@@ -28,3 +28,13 @@
.message.messageRight .messageBox::after {
@apply !left-full !right-auto !rounded-bl-[0] !rounded-br-lg;
}
.messageSendButton {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}