editor fills whole page
This commit is contained in:
parent
cc5cd114e6
commit
7cce9d8858
2 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
.editor {
|
||||
position: absolute;
|
||||
border: 1px solid black;
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.editor.focus {
|
||||
border: 1px solid #327fbd;;
|
||||
border: 2px solid #327fbd;;
|
||||
}
|
||||
|
||||
.scroller {
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@
|
|||
<style type="text/css" media="screen">
|
||||
|
||||
#container {
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
left: 5px;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue