You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/11/15 16:13:17 UTC

[airavata-django-portal] 04/10: AIRAVATA-2711 Raise AutocompleteTextInput above form-controls

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit 173edb78655d18b59a0ed636613e69204118de2c
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Nov 14 11:56:41 2018 -0500

    AIRAVATA-2711 Raise AutocompleteTextInput above form-controls
---
 django_airavata/static/common/js/components/AutocompleteTextInput.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_airavata/static/common/js/components/AutocompleteTextInput.vue b/django_airavata/static/common/js/components/AutocompleteTextInput.vue
index 6caf16b..709c640 100644
--- a/django_airavata/static/common/js/components/AutocompleteTextInput.vue
+++ b/django_airavata/static/common/js/components/AutocompleteTextInput.vue
@@ -93,6 +93,6 @@ export default {
 .autocomplete-suggestion-list {
   width: 100%;
   position: absolute;
-  z-index: 1;
+  z-index: 3;
 }
 </style>