mirror of
https://github.com/codex-team/editor.js
synced 2026-03-18 00:19:53 +01:00
Add z-index to editor, add default styles for internal inline-tools (#566)
This commit is contained in:
parent
71315d902a
commit
cfae683d6a
4 changed files with 19 additions and 5 deletions
|
|
@ -61,4 +61,17 @@
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
i {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
.codex-editor {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
z-index: 1;
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue