diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-05-09 20:31:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-09 20:31:52 -0400 |
| commit | 30aaf7c496eb4cbebac1e4cf9e0695cd286c63f2 (patch) | |
| tree | fe887b7862ed82b7b59d657146ea8e627174ece7 /src/client/views/Main.scss | |
| parent | 6691c55623fff5194b5fd1a830096e3925281301 (diff) | |
| parent | b18aec5d4b07bbc859a5b1b2d22ca3bd92ca53cd (diff) | |
Merge pull request #130 from browngraphicslab/new_search
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%; |
