diff options
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index b978f6245..e6b8928d4 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -54,6 +54,15 @@          }      } +    .documentView-anchorCont { +        position: absolute; +        top: 0;  +        left: 0;  +        width: 100%; +        height: 100%;  +        display: inline-block; +    } +      .documentView-lock {          width: 20;           height: 20;  | 
