From 363cf8139f9fc6f874d4f1a67293bd56367a9c33 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 --- 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 214a4434d2..88c8322dfc 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -4584,7 +4584,6 @@ input.renew { #user-menu { position: absolute; right: 5px; - top: 0; } div#makechart ol li { -- 2.30.2