From 1b38cb79e0bd32d88747790ca4bef90546067c39 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 8 Aug 2022 14:25:32 +0000 Subject: [PATCH] Bug 23840: Remove 'top' from user-menu placement When IntranetNav gets long it can overlap with the user menu. This patch removes the 'top' alignment so that it can move down to allow for longer menus To test: 1 - Add to IntranetNav a list of links that will interfere with display:
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • Link
  • 2 - Load a page in staff client 3 - note the current 'user-menu' overlaps with links 4 - Apply patch 5 - Build css: yarn build 6 - Reload 7 - Confirm user menu is now below the links Signed-off-by: Andrew Fuerste-Henry --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 23726640d8..7ccab1b862 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -4604,7 +4604,6 @@ input.renew { #user-menu { position: absolute; right: 5px; - top: 0; } div#makechart ol li { -- 2.30.2