diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-11-25 13:59:54 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-11-25 13:59:54 -0500 |
| commit | eb58759c7304bb9bdce2e1c4804a2e164eb25bcc (patch) | |
| tree | 2836c0fffdce1acbd5094c059af83965317d3354 /src/client/views/search/SearchBox.scss | |
| parent | 2a84a002b06bdff969483f19390bf5a6d416d3a9 (diff) | |
fixes for docking views to reliable show their panes in tree view. fixes for search to fit available space and update properly when scrolled. fixed ymargins on stacking views with titles.
Diffstat (limited to 'src/client/views/search/SearchBox.scss')
| -rw-r--r-- | src/client/views/search/SearchBox.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/search/SearchBox.scss b/src/client/views/search/SearchBox.scss index bc11604a5..4eb992d36 100644 --- a/src/client/views/search/SearchBox.scss +++ b/src/client/views/search/SearchBox.scss @@ -69,11 +69,7 @@ top: 300px; display: flex; flex-direction: column; - // height: 560px; height: 100%; - // overflow: hidden; - // overflow-y: auto; - max-height: 560px; overflow: hidden; overflow-y: auto; |
