diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-24 18:53:21 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-24 18:53:21 -0400 |
| commit | 7844debd9862b15d2b36bf9ce1efb3274616a313 (patch) | |
| tree | f15f4315d9d40d98b63dd17ad4db60eb77904fdc /src/client/views/presentationview/PresentationView.scss | |
| parent | b82616ee5e6158a5bd787bc2675c51db3962fc8b (diff) | |
Context Menu and Some Preview
Diffstat (limited to 'src/client/views/presentationview/PresentationView.scss')
| -rw-r--r-- | src/client/views/presentationview/PresentationView.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss index 2bb0ec8c8..56c8beba5 100644 --- a/src/client/views/presentationview/PresentationView.scss +++ b/src/client/views/presentationview/PresentationView.scss @@ -19,6 +19,10 @@ -ms-user-select: none; user-select: none; transition: all .1s; + + .jsx-parser { + height: auto; + } } .presentationView-item-above { |
