pi-hole / docker-pi-hole

Pi-hole in a docker container
https://pi-hole.net
Other
8.59k stars 1.13k forks source link

Warning about non standard property "zoom" in page php files #1619

Closed speedbird182 closed 3 months ago

speedbird182 commented 3 months ago

This is a: Bug/Feature Request

Details

When loading any page with the Developer Tools open, it produces a warning on every page load:

This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.

This shows as being in every page.

Related Issues

How to reproduce the issue

Open Developer Tools in browser Load any page Error shows

  1. Environment data

    • Operating System: Ubuntu
    • Hardware:RasPi 3B
    • Kernel Architecture: x86/amd64
    • Docker Install Info and version:
    • Software source: official docker-ce
    • Supplimentary Software: portainer
    • Hardware architecture: x86
  2. docker-compose.yml contents, docker run shell command, or paste a screenshot of any UI based configuration of containers here

  3. any additional info to help reproduce

These common fixes didn't work for my issue

If the above debugging / fixes revealed any new information note it here. Add any other debugging steps you've taken or theories on root cause that may help.

rdwebdesign commented 3 months ago

This is not an issue. It's just a minor warning. It is generated by the Bootstrap CSS used by the web interface. This Bootstrap version uses a few "hacks" for older browsers and newer browsers show a warning, but there is nothing wrong. Newer browsers simply ignore the hacks and use the correct CSS rules.

I will close this issue because we don't fix external bugs and this is just a warning.