[Bug] Need emtpy space at the bottom of the menu #461

Open
opened 2025-11-17 14:33:51 +01:00 by rcfa · 1 comment

Environment

  • Custom menu version: 5.1.3
  • Nextcloud version: 32.0.1
  • PHP version:
  • Web server (Nginx, Apache2):
  • Web browser and version (Firefox 80, Google Chrome 74, etc): DuckDuckGo and others

Configuration

{
  ...
}

Steps to reproduce

The issue isn’t strictly a bug, but a problem caused by modern browser UI design: since it has become fashionable to strip all window decoractions (title bars, status bars, etc). and dynamically overlay them onto windows, we now have the problem, that as the mouse hovers over a link, the link destination is overlayed at the bottom left corner of the window, such as to be able to verify the actual link destination before clicking on the link, as a means to combat link fraud.

Observed Results

The last row of the menu is esentially invisible, because the link status is overlaid

Expected Results

Add at the bottom of all the menu items the equivalent of one empty menu item, such that if one scrolls all the way down, the last menu item is clear of the link overlay.

More informations

No response

### Environment * Custom menu version: 5.1.3 * Nextcloud version: 32.0.1 * PHP version: * Web server (Nginx, Apache2): * Web browser and version (Firefox 80, Google Chrome 74, etc): DuckDuckGo and others ### Configuration ``` { ... } ``` ### Steps to reproduce The issue isn’t strictly a bug, but a problem caused by modern browser UI design: since it has become fashionable to strip all window decoractions (title bars, status bars, etc). and dynamically overlay them onto windows, we now have the problem, that as the mouse hovers over a link, the link destination is overlayed at the bottom left corner of the window, such as to be able to verify the actual link destination before clicking on the link, as a means to combat link fraud. ### Observed Results The last row of the menu is esentially invisible, because the link status is overlaid ### Expected Results Add at the bottom of all the menu items the equivalent of one empty menu item, such that if one scrolls all the way down, the last menu item is clear of the link overlay. ### More informations _No response_
Owner

Firefox move the overview on the right. Moving the mouse out of the menu allows you to see all items of the menu without the link overview.

Firefox move the overview on the right. Moving the mouse out of the menu allows you to see all items of the menu without the link overview.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
deblan/side_menu#461
No description provided.