From 83e75cc57269f73e77d78066615b2b5dfa9fa9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Elias=20M=C3=A9ndez?= <67445275+joelmendez1@users.noreply.github.com> Date: Wed, 29 Dec 2021 17:16:49 -0300 Subject: [PATCH] fix button issue (#1123) --- .../dashboard/dashboard-create-ticket/create-ticket-form.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app/main/dashboard/dashboard-create-ticket/create-ticket-form.scss b/client/src/app/main/dashboard/dashboard-create-ticket/create-ticket-form.scss index ddccbb6c..8b015550 100644 --- a/client/src/app/main/dashboard/dashboard-create-ticket/create-ticket-form.scss +++ b/client/src/app/main/dashboard/dashboard-create-ticket/create-ticket-form.scss @@ -18,6 +18,7 @@ flex-direction: column; justify-content: center; align-items: flex-end; + z-index: 999; &-without-allow-attachments { display: flex;