diff options
| author | bobzel <zzzman@gmail.com> | 2023-04-26 10:58:58 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-04-26 10:58:58 -0400 |
| commit | 4846ff09a02cce1da4f0b8984e387d7d204837f1 (patch) | |
| tree | 803aa29855b1294c0ec0ba7bd6d70aeecc65ed12 /src/client/views/FilterPanel.scss | |
| parent | 3dcd97333186fb3294fadc7f3df54df29947a73c (diff) | |
fixed filters - checkboxes generated when options are less than 20, added -undefined- as distinct value option. fixed pointer evcents for docs on pdfs
Diffstat (limited to 'src/client/views/FilterPanel.scss')
| -rw-r--r-- | src/client/views/FilterPanel.scss | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/client/views/FilterPanel.scss b/src/client/views/FilterPanel.scss index 7f907c8d4..c903f29ee 100644 --- a/src/client/views/FilterPanel.scss +++ b/src/client/views/FilterPanel.scss @@ -33,9 +33,10 @@ // } .filterBox-select { - // width: 90%; + display: flex; + width: 100%; margin-top: 5px; - // margin-bottom: 15px; + background: white; } .filterBox-saveBookmark { @@ -150,8 +151,8 @@ .filterBox-treeView { display: flex; flex-direction: column; - width: 200px; - position: absolute; + width: 100%; + position: relative; right: 0; top: 0; z-index: 1; @@ -184,6 +185,7 @@ display: inline-block; width: 100%; margin-bottom: 10px; - //height: calc(100% - 30px); + margin-left: 5px; + overflow: auto; } } |
