12 lines
No EOL
133 B
CSS
Executable file
12 lines
No EOL
133 B
CSS
Executable file
#editor {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
#editor_wrapper {
|
|
position: relative;
|
|
height:600px;
|
|
} |