diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-04-24 17:23:59 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-04-24 17:23:59 -0500 |
| commit | fdf9c8417355fa7348057e279e6863a5ad6614df (patch) | |
| tree | 3fcb6556d3341c10aa1b85ea87f21a7fa07ffb2e /src/client/views/nodes/PresBox.scss | |
| parent | 2809f91453ab75948a7bbe7a0a82a77bf46a627f (diff) | |
| parent | 95efa332e0fd7ba9dfddf45c71f02a37052ca24e (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into script_documents
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%; |
