diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-30 16:34:05 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-30 16:34:05 -0400 |
| commit | bf5761377d375d5d7a2ff99caf0af0d332562197 (patch) | |
| tree | fb9319c69a15a4e8f134b360f0858ccd60609f8c /src/client/views/presentationview/PresentationView.scss | |
| parent | 676534c7ad5fd5fa155f4b76856ff33a08d8ab49 (diff) | |
| parent | f3d82375cd2e7e1f658824081eda2a5c618b2198 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 { |
