Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Allow scrolling for #contentForm (skin.css) #4265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

IgorA100
Copy link
Contributor

@IgorA100 IgorA100 commented Mar 17, 2025

This will affect many pages, for example:
stats, zones, bandwidth, onvifprobe, add_monitors, export, controlcap, privacy, monitorprobe, monitors, filter, monitor, user
I checked all these pages and they did not get worse.

But pages like "add_monitors", "export", "monitor" require additional layout correction for relatively narrow screens.
Perhaps it is worth reviewing from
"/skins/classic/css/base/views/add_monitors.css"

#contentForm {
  height: 100%;
}

&&
"web/skins/classic/css/base/views/user.css"

#contentForm {
  overflow: auto;
  height: 100%;
}

and moving to "skin.css"

This will affect many pages, for example:
stats, zones, bandwidth, onvifprobe, add_monitors, export,
I checked all these pages and they did not get worse.

But pages like "add_monitors", "export" require additional layout correction for relatively narrow screens.
@IgorA100 IgorA100 marked this pull request as ready for review March 17, 2025 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant