diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-07 19:27:12 -0400 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-05-07 19:27:12 -0400 |
| commit | 19bca65d863d1f40bd663f0aa5ed61ad92b6a764 (patch) | |
| tree | 1c5e3ff76f4b3545552d244d37b469b688cf0f9b /src/client/views/Main.scss | |
| parent | 152fadbad5d3c4e9c452bb6a1ade543bd84c6416 (diff) | |
| parent | 11ab63f6c91093951fdc293c3d67e63073fb2f4c (diff) | |
Merge branch 'monika-search' of github-tsch-brown:browngraphicslab/Dash-Web into new_search
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index 5c5c252e9..2430e8f6c 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -47,7 +47,7 @@ h1 { } .jsx-parser { - width:100%; + width: 100%; pointer-events: none; border-radius: inherit; } @@ -184,6 +184,7 @@ button:hover { overflow: scroll; z-index: 1; } + #mainContent-div { width: 100%; height: 100%; |
