diff options
author | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2019-06-17 15:32:59 -0400 |
---|---|---|
committer | Sawyer Bergeron <sbergeron@iol.unh.edu> | 2019-06-17 15:37:29 -0400 |
commit | 5c9361a412a85f49bbb59e161ed971c0b982a3fe (patch) | |
tree | 1d00e35b8f1239fd4d83390437710c18c1bd5613 /src/templates/dashboard/searchable_select_multiple.html | |
parent | ec8566ea5d224f9ba1daf995107ada18baa7b61e (diff) |
Fix chrome grid-flex nesting issue
Change-Id: I92a38c6f5fbf23c7f32c233c47b5c1230a1933d7
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'src/templates/dashboard/searchable_select_multiple.html')
-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 4290147..5fa8993 100644 --- a/src/templates/dashboard/searchable_select_multiple.html +++ b/src/templates/dashboard/searchable_select_multiple.html @@ -34,6 +34,7 @@ flex: 1; position: relative; overflow-y: auto; + padding-bottom: 10px; } .autocomplete { display: flex; @@ -59,7 +60,6 @@ position: absolute; width: 100%; - box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; } |