feat: try to fix chinese input in netlify-cms

This commit is contained in:
2022-11-27 22:49:26 +08:00
parent c5fa1cc71a
commit 6eb54d9e28

View File

@@ -4,6 +4,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin Panel For Colin's Blog</title>
<style>
[data-slate-editor] {
-webkit-user-modify: read-write !important;
}
</style>
</head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS -->