aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-24 13:28:05 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-24 13:28:05 -0400
commit81229ca27c6e21d4b5f0ee3a5168c766dcfb954a (patch)
treeba2d4141a97f2784432fb78dbd6049604ed25905 /src/client/views/nodes/PresBox.scss
parentedf82f7a686169ea279627bac1c661aaa3459ec9 (diff)
fixed presbox navigation bar layout height.
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss
index 6676d8cd2..78c19f351 100644
--- a/src/client/views/nodes/PresBox.scss
+++ b/src/client/views/nodes/PresBox.scss
@@ -11,6 +11,11 @@
overflow: hidden;
transition: 0.7s opacity ease;
+ .presBox-listCont {
+ position: absolute;
+ height: calc(100% - 25px);
+ width: 100%;
+ }
.presBox-buttons {
padding: 10px;
width: 100%;