Commit e042810a by ramdayalmunda

handling new page on enter

parent 668fae9e
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
} }
.a-doc-editor canvas:focus-visible { .a-doc-editor canvas:focus-visible {
/* outline: auto rgb(0, 68, 255, 50%); */ outline: auto rgb(0, 68, 255, 50%);
outline: none; /* outline: none; */
background: #fff; background: #fff;
} }
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
} }
.a-doc-editor .body .scrolling-area canvas.page { .a-doc-editor .body .scrolling-area canvas.page {
background: #f3f3f3; background: #dd8181;
margin-bottom: 10px; margin-bottom: 10px;
width: 100%; width: 100%;
box-shadow: 4px 0px 10px 4px rgba(0, 0, 0, 0.4); box-shadow: 4px 0px 10px 4px rgba(0, 0, 0, 0.4);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment