diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-25 19:03:04 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-25 19:03:04 -0400 |
| commit | 24a73583847e6ab00c8b1a00859129665e6ac212 (patch) | |
| tree | 08fe112b684fd3a5d2df47a146019c57b8464406 /src/client/views/presentationview/PresentationView.scss | |
| parent | f55dd40423b85efcdfbae1dd037743de9f6f15c4 (diff) | |
Css Acting weird, fixes needed
Diffstat (limited to 'src/client/views/presentationview/PresentationView.scss')
| -rw-r--r-- | src/client/views/presentationview/PresentationView.scss | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/client/views/presentationview/PresentationView.scss b/src/client/views/presentationview/PresentationView.scss index c2d064941..93cf0b365 100644 --- a/src/client/views/presentationview/PresentationView.scss +++ b/src/client/views/presentationview/PresentationView.scss @@ -19,12 +19,20 @@ -ms-user-select: none; user-select: none; transition: all .1s; - max-height: 250px; + //max-height: 250px; .jsx-parser { - height: 300px; + // height: 300px; //width: 400px; - margin-top: 20px; + // margin-top: 20px; + // overflow-y: scroll; + } + + .documentView-node { + // height: auto !important; + // width: aut !important; + position: absolute; + z-index: 1; } } |
