You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The footer on localhost:631 uses CSS position:fixed; which is annoying because the footer can be on top of e.g. a submit button that is at the bottom of a page.
So if i go to the admin page and click the advanced link and scroll to the bottom of the page i can hardly see the submit button and there is only 4 pixels height area for me to be able to click the button.
The text was updated successfully, but these errors were encountered:
Hmm, OK the issue is the split ("responsive") CSS being used on the admin page (and it only affects the admin page). The padding that normally prevents this from happening is not getting used...
The footer on localhost:631 uses CSS
position:fixed;
which is annoying because the footer can be on top of e.g. a submit button that is at the bottom of a page.<div class="footer">CUPS and the CUPS logo are trademarks of <a href="http://www.apple.com">Apple Inc.</a> Copyright © 2007-2018 Apple Inc. All rights reserved.</div>
So if i go to the admin page and click the advanced link and scroll to the bottom of the page i can hardly see the submit button and there is only 4 pixels height area for me to be able to click the button.
The text was updated successfully, but these errors were encountered: