Skip to content
Snippets Groups Projects
Commit b591c830 authored by Tom Needham's avatar Tom Needham
Browse files

Text Editor: fix editor positioning

parent 60f558cd
No related branches found
No related tags found
No related merge requests found
#editor{
position: fixed;
display: block;
top: 6.5em;
left: 12.5em;
}
#editorwrapper{
position: absolute;
height: 0;
width: 0;
top: 41px;
left: 160px;
display: none;
top: 6.8em;
left: 13.5em;
}
#editor_save{
margin-left: 7px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment