diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-16 11:43:38 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-16 11:43:38 -0500 |
| commit | fcd9313158f8c131cf5a124880c46ca7b20a1b25 (patch) | |
| tree | b6ae6ca19f464c9034e98509a0eea3a9cba2caad /src/client/views/MainView.scss | |
| parent | e410cde0e430553002d4e1a2f64364b57b65fdbc (diff) | |
better fix for sidebar / stacking view sizing
Diffstat (limited to 'src/client/views/MainView.scss')
| -rw-r--r-- | src/client/views/MainView.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss index c7fc6096a..4c8c95529 100644 --- a/src/client/views/MainView.scss +++ b/src/client/views/MainView.scss @@ -5,9 +5,6 @@ .mainView-tabButtons { position: relative; width: 100%; - .documentView-node-topmost { - height: 200% !important; - } } .mainContent-div { @@ -16,11 +13,6 @@ height:100%; } -.mainView-contentArea { - .documentView-node-topmost { - height: 200% !important; - } -} // add nodes menu. Note that the + button is actually an input label, not an actual button. .mainView-docButtons { position: absolute; |
