diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-26 18:52:30 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-26 18:52:30 -0400 |
| commit | c6da9a2800037a951ea5070b4a77663401c4d00e (patch) | |
| tree | 622dcf71dea49c94189de70a7b6520824781bc82 /src/client/views/presentationview/PresentationView.scss | |
| parent | 4e73b2b844846ee39e743f69df6225fb4cbf4f2c (diff) | |
resizable pres view
Diffstat (limited to 'src/client/views/presentationview/PresentationView.scss')
| -rw-r--r-- | src/client/views/presentationview/PresentationView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss index 93cf0b365..5769a1a0a 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; |
