aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-11 20:10:32 -0400
committerbobzel <zzzman@gmail.com>2020-08-11 20:10:32 -0400
commit4f47449af32853266fb87067231b5f3c3946002f (patch)
tree2b4b987ba47457109fd3be33462fe6eb33320646 /src/client/views/nodes/PresBox.scss
parentad857128179535bb5d5943d2f22aae05204c4fff (diff)
fixed preview views of presBox's. fixed title location on PresBox's (but they're still hidden since the PresBox has a Z-index).
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss
index a87b0e466..8ee7f1e0e 100644
--- a/src/client/views/nodes/PresBox.scss
+++ b/src/client/views/nodes/PresBox.scss
@@ -19,7 +19,7 @@ $light-background: #ececec;
.presBox-listCont {
position: relative;
- height: calc(100% - 25px);
+ height: calc(100% - 67px);
width: 100%;
margin-top: 3px;
}