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

fix: cms input cursor bug #19

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="app.css" />
<title>Hugolify - Content Manager</title>
<style>
/** Workaround to fix https://github.com/decaporg/decap-cms/issues/5092#issuecomment-1256321540 **/
[data-slate-editor] {
-webkit-user-modify: read-write !important;
}
</style>
</head>
<body>
<!-- Include the script that enables Netlify Identity on this page. -->
Expand Down