From 592c50ba758694e5a63c9d4dca44c0b863b6d4b9 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 13 Apr 2021 12:29:57 +0200 Subject: [PATCH] Ensure the hitbox for action button is not overlayed --- src/theme.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/theme.scss b/src/theme.scss index a379ff46b..4a66a9b47 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -329,6 +329,8 @@ textarea { .grid-item-action { border: none; + z-index: 1; + position: relative; float: right; margin-bottom: -14px; color: #5e5d5d;