diff --git a/files/global.css b/files/global.css
index 17d714b..c4e723e 100644
--- a/files/global.css
+++ b/files/global.css
@@ -157,7 +157,11 @@ figure {
cursor: pointer;
}
-.tooltip .tooltiptext {
+.tooltip a object {
+ cursor: pointer;
+}
+
+.tooltiptext {
display: none;
cursor: default;
width: max-content;
@@ -179,12 +183,12 @@ figure {
margin: 0;
}
-.tooltip:hover .tooltiptext {
+.tooltip:hover .infotext {
display: block;
opacity: 1;
}
-.tooltip:active .tooltiptext {
+.tooltip:active .infotext {
display: block;
opacity: 1;
}
diff --git a/templates/index.html.j2 b/templates/index.html.j2
index 2f12526..4b102ff 100644
--- a/templates/index.html.j2
+++ b/templates/index.html.j2
@@ -3,7 +3,7 @@
{%- for key, value in tag_tree.items() %}
{%- if value %}
{{ render_tags(value, parent + '|' + key) }}
@@ -62,8 +62,8 @@
{% if tags %}
-
- Filter by Tags
+
+ Filter by Tags {##}