Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 5a36558

Browse files
fix: cms input cursor bug
See decaporg/decap-cms#5092
1 parent 775fdac commit 5a36558

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

admin/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="app.css" />
77
<title>Hugolify - Content Manager</title>
8+
<style>
9+
/** Workaround to fix https://github.com/decaporg/decap-cms/issues/5092#issuecomment-1256321540 **/
10+
[data-slate-editor] {
11+
-webkit-user-modify: read-write !important;
12+
}
13+
</style>
814
</head>
915
<body>
1016
<!-- Include the script that enables Netlify Identity on this page. -->

0 commit comments

Comments
 (0)