diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-11 20:10:32 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-11 20:10:32 -0400 |
| commit | 4f47449af32853266fb87067231b5f3c3946002f (patch) | |
| tree | 2b4b987ba47457109fd3be33462fe6eb33320646 /src/client/views/nodes/PresBox.scss | |
| parent | ad857128179535bb5d5943d2f22aae05204c4fff (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.scss | 2 |
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; } |
