aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-12-15 20:11:58 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-12-15 20:11:58 -0500
commit55823d0cc300f5cdd90ee34013bfdee93b5709e6 (patch)
tree2196685a295b43f2c7416e36977c039406b64176 /src/client/views/nodes/DocumentBox.scss
parent2bb5667b10a8c402f8ec75c632ca3fdabe642419 (diff)
added a DocumentBox as a contentfitting container for another document. added a menu item for showing selected document.
Diffstat (limited to 'src/client/views/nodes/DocumentBox.scss')
-rw-r--r--src/client/views/nodes/DocumentBox.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentBox.scss b/src/client/views/nodes/DocumentBox.scss
new file mode 100644
index 000000000..6a2f98166
--- /dev/null
+++ b/src/client/views/nodes/DocumentBox.scss
@@ -0,0 +1,6 @@
+.documentBox-container {
+ width: 100%;
+ height: 100%;
+ pointer-events: all;
+ background: gray;
+} \ No newline at end of file