aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-02 12:42:44 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-02 12:42:44 -0400
commit6596e9aa8a23abe6f126e9cada5e3e8b8545884f (patch)
tree4bb86d58f1843ce4a91e92507faced4930bd1d41 /src/client/views/nodes/DocumentBox.scss
parentcf77e5f861c0927956e5453873839c81f0229374 (diff)
cleaned up applying template code. fixed DocumentBox to work better with excluding collections + locking selection.
Diffstat (limited to 'src/client/views/nodes/DocumentBox.scss')
-rw-r--r--src/client/views/nodes/DocumentBox.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentBox.scss b/src/client/views/nodes/DocumentBox.scss
index 6fc87e4f1..ce21391ce 100644
--- a/src/client/views/nodes/DocumentBox.scss
+++ b/src/client/views/nodes/DocumentBox.scss
@@ -8,4 +8,7 @@
color: white;
position: absolute;
}
+ .contentFittingDocumentView {
+ position: absolute;
+ }
} \ No newline at end of file