From ceb0923ce68593ae8201e801df1849368c2d2888 Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Mon, 16 Nov 2020 16:16:47 +0100 Subject: [PATCH] Fix tooltip display when editing inventory row --- app/assets/stylesheets/themes/scinote.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 94351ef06..30c00a7b6 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -1303,6 +1303,7 @@ ul.content-activities { border-bottom: 1px dotted $color-alto; cursor: help; display: inline-block; + pointer-events: auto; .modal-tooltiptext { background-color: $color-alto;