-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix: Prevent vertical shifting of #content on the Watch page when displaying the stream status overlay. on Watch page #4721
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
base: master
Are you sure you want to change the base?
Changes from 2 commits
8acba9b
91a94d1
e2d4b37
8963f7c
d8ada88
bbe1b6f
4334f6d
0fef2f9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -408,6 +408,7 @@ | |||||||||||||||||||||||||
| ?> | ||||||||||||||||||||||||||
| </ul> | ||||||||||||||||||||||||||
| </nav> | ||||||||||||||||||||||||||
| <div style="padding-right:1px; margin-right: -1px;"></div> <--! REQUIRED https://github.com/ZoneMinder/zoneminder/pull/4721 --> | ||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
| <div style="padding-right:1px; margin-right: -1px;"></div> <--! REQUIRED https://github.com/ZoneMinder/zoneminder/pull/4721 --> | |
| <style> | |
| /* Spacer prevents a 1px horizontal layout shift between the nav sidebar | |
| * and the monitor wrapper when scrollbars appear/disappear in some browsers. | |
| * See https://github.com/ZoneMinder/zoneminder/pull/4721 | |
| */ | |
| .monitor-layout-spacer { | |
| padding-right: 1px; | |
| margin-right: -1px; | |
| } | |
| </style> | |
| <div class="monitor-layout-spacer" aria-hidden="true"></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@connortechnology
I'm not sure Copilot's comment is necessary; it would add a lot of unnecessary code.
Isaac, the final word is yours.
Uh oh!
There was an error while loading. Please reload this page.