diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-24 13:28:05 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-24 13:28:05 -0400 |
| commit | 81229ca27c6e21d4b5f0ee3a5168c766dcfb954a (patch) | |
| tree | ba2d4141a97f2784432fb78dbd6049604ed25905 /src/client/views/nodes/PresBox.scss | |
| parent | edf82f7a686169ea279627bac1c661aaa3459ec9 (diff) | |
fixed presbox navigation bar layout height.
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
| -rw-r--r-- | src/client/views/nodes/PresBox.scss | 5 |
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%; |
