Ensure the hitbox for action button is not overlayed

This commit is contained in:
Johannes Zellner
2021-04-13 12:29:57 +02:00
parent 5c79ac8893
commit 592c50ba75

View File

@@ -329,6 +329,8 @@ textarea {
.grid-item-action {
border: none;
z-index: 1;
position: relative;
float: right;
margin-bottom: -14px;
color: #5e5d5d;