diff options
| author | bobzel <zzzman@gmail.com> | 2019-07-30 09:38:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-30 09:38:42 -0400 |
| commit | ca91fe9e379fe3e2d48a0eb055415f008245ed31 (patch) | |
| tree | 6eff8c9cfc2e7735459fbb2912b61f48a69a071b /src/client/views/presentationview/PresentationView.scss | |
| parent | e041988b84553797699a5a232e26e72252460e01 (diff) | |
| parent | 4f0ea3428e1e98d42b356c00f276fe74a6c4a672 (diff) | |
Merge pull request #230 from browngraphicslab/presentation-preview-mohammad
Presentation preview mohammad
Diffstat (limited to 'src/client/views/presentationview/PresentationView.scss')
| -rw-r--r-- | src/client/views/presentationview/PresentationView.scss | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss index 2bb0ec8c8..97cbd4a24 100644 --- a/src/client/views/presentationview/PresentationView.scss +++ b/src/client/views/presentationview/PresentationView.scss @@ -1,7 +1,7 @@ .presentationView-cont { position: absolute; background: white; - z-index: 1; + z-index: 2; box-shadow: #AAAAAA .2vw .2vw .4vw; right: 0; top: 0; @@ -19,6 +19,17 @@ -ms-user-select: none; user-select: none; transition: all .1s; + //max-height: 250px; + + + + .documentView-node { + // height: auto !important; + // width: aut !important; + position: absolute; + z-index: 1; + } + } .presentationView-item-above { @@ -55,7 +66,7 @@ padding-bottom: 3px; font-size: 25px; display: inline-block; - width: calc(100% - 160px); + width: calc(100% - 200px); } .presentation-icon { |
