change default editor position to relative

This commit is contained in:
nightwing 2013-01-10 13:39:34 +04:00
commit 19c3031abf

View file

@ -1,5 +1,5 @@
.ace_editor {
position: absolute;
position: relative;
overflow: hidden;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}