buttons may be inaccessible on the login page #4532

Open
opened 2026-02-20 16:19:03 -05:00 by deekerman · 0 comments
Owner

Originally created by @MaBa44 on GitHub (May 9, 2021).

Issue

When the window size is to small to show all objects of the login page, the grey bar on the bottom (<div class="p_login_bottom">) is getting on top of buttons. What is interesting - the text input controls are visible, but buttons and the "forgotpasslink" are hidden and inaccessible.

Expected Behavior

Buttons are always accessible.

Actual Behavior

Buttons are covered by the bottom bar.

Possible Fix

adding the z-index to buttons and the "forgotpasslink" to make them visible above the bottom bar
see my repository on Github

Steps to Reproduce

  1. open the login screen
  2. change the window size so that the grey bar covers a button (screenshot attached)

Context

It happened to me and some of my users, that the "Send" button for resetting user's password was not visible.

Your Environment

Chrome browser, windows 10, 1920x1080 screen resolution, scaling 125%.

login_issue

Originally created by @MaBa44 on GitHub (May 9, 2021). #### Issue When the window size is to small to show all objects of the login page, the grey bar on the bottom (\<div class="p_login_bottom"\>) is getting on top of buttons. What is interesting - the text input controls are visible, but buttons and the "forgotpasslink" are hidden and inaccessible. #### Expected Behavior Buttons are always accessible. #### Actual Behavior Buttons are covered by the bottom bar. #### Possible Fix adding the z-index to buttons and the "forgotpasslink" to make them visible above the bottom bar see [my repository on Github](https://github.com/MaBa44/SuiteCRM/commit/f1657df3c27b9ba6087567e1308f6ff9651c3922) #### Steps to Reproduce 1. open the login screen 2. change the window size so that the grey bar covers a button (screenshot attached) #### Context It happened to me and some of my users, that the "Send" button for resetting user's password was not visible. #### Your Environment Chrome browser, windows 10, 1920x1080 screen resolution, scaling 125%. ![login_issue](https://user-images.githubusercontent.com/83833591/117565619-75aef680-b0b2-11eb-9530-eecc89b412e5.png)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/SuiteCRM-SuiteCRM#4532
No description provided.