From 56c5c03b5c4b35eef88b36f39f56ba2c2bbaca5d Mon Sep 17 00:00:00 2001 From: tauraamui Date: Mon, 1 Jun 2026 18:11:32 +0100 Subject: [PATCH] fix: ensure hover menu shows above everything else --- static/assets/version | 2 +- static/css/gitly.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/assets/version b/static/assets/version index 654930da..2cbd1d87 100644 --- a/static/assets/version +++ b/static/assets/version @@ -1 +1 @@ -39bb677 \ No newline at end of file +4de5ced \ No newline at end of file diff --git a/static/css/gitly.scss b/static/css/gitly.scss index fe4d608a..8143ae02 100644 --- a/static/css/gitly.scss +++ b/static/css/gitly.scss @@ -155,6 +155,7 @@ pre > code { .user:hover .header-dropdown, .header-dropdown:hover, .user:focus .header-dropdown { + z-index: 10; transform: scale(1) translateY(0px); opacity: 1; pointer-events: all;