From be4cb4efc8211398c3d7c01020a07acfd2c56f4f Mon Sep 17 00:00:00 2001 From: Ahmed Sayed Date: Fri, 30 Aug 2019 20:49:21 +0200 Subject: [PATCH] fix styling issue of send again button the button appears below the response section when scrolling down. --- assets/css/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 1fce9228a..d1ba6f30c 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -370,6 +370,7 @@ fieldset#history { position: fixed; top: 16px; right: 16px; + z-index: 1; #hidden-message { display: block;