Add z-index to editor, add default styles for internal inline-tools (#566)

This commit is contained in:
Peter Savchenko 2018-12-24 09:20:20 +03:00 committed by GitHub
parent 71315d902a
commit cfae683d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "codex.editor",
"version": "2.7.15",
"version": "2.7.16",
"description": "CodeX Editor. Native JS, based on API and Open Source",
"main": "dist/codex-editor.js",
"types": "./types/index.d.ts",

View file

@ -61,4 +61,17 @@
);
}
}
a {
cursor: pointer;
text-decoration: underline;
}
b {
font-weight: bold;
}
i {
font-style: italic;
}
}

View file

@ -4,6 +4,7 @@
.codex-editor {
position: relative;
box-sizing: border-box;
z-index: 1;
.hide {
display: none;