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
commit cfae683d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 5 deletions

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;