From 5c9361a412a85f49bbb59e161ed971c0b982a3fe Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Mon, 17 Jun 2019 15:32:59 -0400 Subject: Fix chrome grid-flex nesting issue Change-Id: I92a38c6f5fbf23c7f32c233c47b5c1230a1933d7 Signed-off-by: Sawyer Bergeron --- src/templates/dashboard/searchable_select_multiple.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates/dashboard/searchable_select_multiple.html') 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; } -- cgit 1.2.3-korg