diff options
author | Brandon Lo <lobrandon1217@gmail.com> | 2019-07-02 11:35:10 -0400 |
---|---|---|
committer | Brandon Lo <lobrandon1217@gmail.com> | 2019-07-02 11:42:34 -0400 |
commit | e399390329cea075e36b914879801e485ccedfaa (patch) | |
tree | f1bf1a67a6c6c38d87c40850d9bd8dfa96656ee0 /src/templates | |
parent | 939f90eabd3fd6ac17b0a1a0646962ead88d5e99 (diff) |
Change dropdown and selection list
Fix selection list text from overflowing
Add ellipses to overflowing text
Make dropdown z-index 2
Increase size of dropdown
Change delete button to simple X
Add title on hover to result entries
Change-Id: Ic274586e6bdf6e188efd147eb442660a99878e97
Signed-off-by: Brandon Lo <lobrandon1217@gmail.com>
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/dashboard/searchable_select_multiple.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/dashboard/searchable_select_multiple.html b/src/templates/dashboard/searchable_select_multiple.html index 8299a55..80e4ea4 100644 --- a/src/templates/dashboard/searchable_select_multiple.html +++ b/src/templates/dashboard/searchable_select_multiple.html @@ -27,7 +27,7 @@ </input> <div id="scroll_restrictor" class="d-flex pb-4 position-relative"> - <ul id="drop_results" class="list-group w-100 overflow-auto position-absolute"></ul> + <div id="drop_results" class="list-group w-100 z-2 overflow-auto position-absolute mh-30vh"></div> </div> </div> |