From 5a385e46937a2f79d557b4ee929e78ba78aca8bf Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 15 Mar 2022 12:27:38 -0400 Subject: added dragging of divider between sidebar and content for PDF/Web boxes. --- src/client/views/nodes/WebBox.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/client/views/nodes/WebBox.scss') diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index 79289abaa..7dc970496 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -5,6 +5,12 @@ height: 100%; position: relative; display: flex; + .webBox-background { + width: 100%; + height: 100%; + cursor: ew-resize; + background: lightGray; + } .webBox-ui { position: absolute; @@ -137,6 +143,7 @@ transform-origin: top left; width: 100%; height: 100%; + position: absolute; .webBox-htmlSpan { position: absolute; -- cgit v1.2.3-70-g09d2